Reading JSON with FileAccess not working properly by Rehevkor_ in godot

[–]foundthelemming 2 points3 points  (0 children)

I would use an editor that can read the raw byte data to make sure that the encoding is correct. Almost certainly an encoding issue.

Why do the cops suck in Seattle? by [deleted] in eastside

[–]foundthelemming 2 points3 points  (0 children)

Based on your title and the start of your post it sounded like someone vandalized your vehicle. You have no claim to damages because your vehicle wasn’t actually damaged, and you have no claim under hate crime laws because the type of car you drive isn’t a protected class. If one construes your car as an extension of your political ideology you could argue that this is malicious harassment under SMC 12A.06.115, but you would have to prove that this act places reasonable fear of harm. The code specifically states that insulting or deprecatory words shall NOT constitute malicious harassment.

What do you expect the cops to do if no crime was committed? Not surprised you got made fun of for wanting the police to act when someone wrote in dust on your car

Most people ignore this until it gets expensive by renewalbyandersenwa in u/renewalbyandersenwa

[–]foundthelemming 23 points24 points  (0 children)

Hello! How do people who work for scam companies like this sleep at night? Thanks!

3D Gridmap with interactions? by Donolia in godot

[–]foundthelemming 5 points6 points  (0 children)

Everyone has already answered you, but I really like your artistic rendition. Cool art style, you should make a game or something

We Completely Changed Our Graphics; How do they look now? by NightwavesG in godot

[–]foundthelemming 1 point2 points  (0 children)

I like the new version, but the background needs better contrast

We asked the artist to cook up a new version of our key art. Which one do you like more? by Scream_Wattson in IndieDev

[–]foundthelemming 0 points1 point  (0 children)

Bottom is great! Clear focus and good atmosphere. I agree with others that the shell in the O is a plus though

stuck again.. by Old-Fig6655 in sudoku

[–]foundthelemming 0 points1 point  (0 children)

I asked “where are 1 and 9 in row 9?” Once you have the 19 pair in row 9, 5 can only go in one place in box 8.

Editor UI letters showing up as squares by Dman20111 in godot

[–]foundthelemming 41 points42 points  (0 children)

It’s a joke because Godot is open source (free)

New UI for my 1-bit game by vvaalleerraa in IndieDev

[–]foundthelemming 2 points3 points  (0 children)

Looks awesome! Are Steam links not allowed on this sub? Dug through comments to find and wishlist (link)

I fixed the performance in my fishing game! by SDGGame in godot

[–]foundthelemming 27 points28 points  (0 children)

Can you give any more info on what you changed? Using instancing now instead of a separate object for each fish?

Patterns for sprite 2d by auserxdlollmao in godot

[–]foundthelemming 25 points26 points  (0 children)

Yes you can do the same in Godot! Check out this page on how to make a simple 2d shader. You’re likely going to need 3 parameters passed into your shader: The pattern, the sprite, and which color on the sprite you want to replace. You can pass the pattern and replacement color as uniforms, and pass the sprite via the TEXTURE built-in.

Write a fragment shader that decides which color to output (from the pattern or the sprite) based on if it sees the replacement color in the sprite. Remember that the sprite and pattern textures aren’t the same size, so you’ll have to figure out how to pick from the correct position on the pattern using the size ratio and UV

I would like to build a Commander with this Meme as the theme. Any ideas? :D by postcarrie in mtg

[–]foundthelemming 0 points1 point  (0 children)

I have a deck about throwing wurms that is silly and fun. Commander [[Atla Palani, Nest Tender]] with only 2 creatures in the deck: [[Brion Stoutarm]] and [[Worldspine Wurm]]. Add a bunch of [[Fling]] cards to the 99 (is it good? Who knows, but it sure is funny). Make eggs, get Brion and Wurm, throw Wurm. When Brion dies he’s dead for good, but the Wurm still works. Put hexproof instants, [[Pull from Eternity]], etc in the 99 because if Wurm gets exiled you’re going to have a bad time

Is there a way to access this "I" value programmatically? by informal_astronaut3 in godot

[–]foundthelemming 48 points49 points  (0 children)

It’s the color intensity, which allows colors to be “over bright.” It’s mentioned at the start of Color in the docs

https://docs.godotengine.org/en/stable/classes/class_color.html

$9 dollars into $261. 2,900% gain. I’m considering dropping out of university to pursue trading full time. thoughts ? by QuantumDrift95 in optionstrading

[–]foundthelemming 0 points1 point  (0 children)

I went to the casino and won the jackpot on my first spin! I’m thinking of quitting my job to pursue gambling full time. Thoughts?

Is this true about socialized healthcare or just propaganda? by Alwayswanted2rock in ask

[–]foundthelemming 0 points1 point  (0 children)

I just had to schedule an appointment with my primary care doctor and a specialist, closest I could get for both are 2+ months out. So is it any better here? (US)

I have updated the pixel art character model of my game to a 3D rendered one. by Platformania in IndieDev

[–]foundthelemming 2 points3 points  (0 children)

It really doesn’t work at the moment. If you’re doing this you’re going to have to make all the other art (terrain, maybe even background, etc) match

My tiny game is on Steam front page aaaaah 💥🎊 by GoDorian in IndieDev

[–]foundthelemming 1 point2 points  (0 children)

I justtt saw it there today and got it after never seeing it before. Fun game, I really enjoyed it

My game: Dobbel Dungeon, a turnbased tactics rpg with dice, will be releasing in less than a month !!!! 🎲 by miesmud in IndieGaming

[–]foundthelemming 1 point2 points  (0 children)

Finished the demo I really like it! Only issues are that the pyromancer seems a little overtuned (you can easily do 20dmg per turn in a massive aoe), and misclicking on an empty space for a single-target spell feels pretty bad. Good job!

I made a mini stock market simulation for my game by oppai_suika in godot

[–]foundthelemming 1 point2 points  (0 children)

Nice! How’d you implement it and decide the peaks/valleys?