godot

Back Open Paginator
03.03.2026 00:28
BigTheDave (@BigTheDave@mastodon.gamedev.place)

Speed cap? Where we're going, we don't need a speed cap.

In case the text is too small, I tapped out at about 132,000 subpixels/s which is about 88x sonics traditional running top speed.

#sonic #godot #gamedev





Show Original Post


02.03.2026 22:32
Craigp (@Craigp@mastodon.social)

GOD DAMN IT, . I really, really, really, really wish when I typed a full, complete, and valid line, enter would take me to the next fucking line instead of changing the last word to some random bullshit your "autocomplete" decided I clearly meant to type.

"var a := b" should be fine, it doesn't need to be changed to

"var a := BetterInputDelaySystemIngrationLimitTestInternalMappingCircuitDiagram"

Or some shit. This is the WORST. I literally have to hit escape to end every fucking line.




Show Original Post


02.03.2026 22:31
Xanatos (@Xanatos@mastodon.gamedev.place)

RE: loops.video/v/eaWyttY6Sk

All the art is drawn real quick. The lightning is still lacking but I did try to use normal maps. Therefor no light was drawn on the sprites as they are getting rotated and that would look strange.

The whole project is using a ECS like structure to run the game. Performance wise it will drop fps rather quickly with around 2k of projectiles 😀

#Godot #Godot4 #GameDev #2DGame #Godot4




Show Original Post


02.03.2026 22:28
v (@v@loops.video)

I did play around with a game idea I had lately. I do tell my son that medicine is fighting against the bacteria or virus. So here we go a small testing playground.

#Godot #GameDev #2DGame





Show Original Post


02.03.2026 22:27
rouli (@rouli@mastodon.gamedev.place)

prototyping is the fun part
#godot





Show Original Post


02.03.2026 21:48
r (@r@fed.brid.gy)

New Banner for Relativity Is Irrelevant! Since the full title is a bit complex, you can just call it RI2! Additionally: [Enhanced lighting with dynamic flashlights / Composed music with help from Claude] #horror #indiedev #godot #2d #gameart





Show Original Post


02.03.2026 21:34
themipper (@themipper@mastodon.social)

NodePath is very inconsistent in Godot. Accessing and setting a dictionary through get_indexed() or set_indexed() behaves differently based on the type of the key of the dict.

If the key is a String "PathToDictionary:StringKey" works. If the key is an int for example it does not work. It then behaves like an Array which you also cannot address like "PathToArray:Index"




Show Original Post


02.03.2026 20:24
youen (@youen@mastodon.gamedev.place)

So, in #Godot, in a C++ module, if a Node is in the SceneTree, you call node->free() to delete it. All fine. But if it's not in the SceneTree, you call memfree(node). Seems simple enough? Well, that's close but not enough... it will free the memory but won't call the node destructor 😬

Took me quite a while to find this leak 😅 The correct code is memdelete(node)




Show Original Post


02.03.2026 20:13
omegansDomain (@omegansDomain@mastodon.social)

Meantime in Dumbhead Knight, I add new stuff!

youtu.be/mkbufudW6gk?si=yTZQve





Show Original Post


02.03.2026 20:07
miruji (@miruji@mastodon.gamedev.place)

Knockback and Damage Highlight in My Game #fps #gameplay #gamedev #indiedev #animation #godot #godotEngine #shader





Show Original Post


02.03.2026 19:59
shaadra (@shaadra@mastodon.gamedev.place)

CALL DOWN
SIGNAL UP

Thanks @beanjbunny

#godot #godotengine #gamedev




Show Original Post


02.03.2026 19:57
thealexstewart (@thealexstewart@mastodon.online)

I am testing out Godot-Rust. It's good for practicing Rust, and learning GDExtension. Could be useful for some of the backend stuff in my games (maybe not for stuff like menus).

#godot #rust




Show Original Post


1 ...96 97 98 99 100 101 102 103 104 105 106 ...497
UP