this post was submitted on 21 Jul 2023
12 points (92.9% liked)

Game Development

2814 readers
200 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
 

Which is somewhat ironic, because I know that "sit and just do it" is the ideal start. Think less about choosing, just pick it up and go.

But I end up spending more time looking up things and getting excited about them.

LOVE2D? Oooh, it's lua! It can even run on Android! DragonRuby? Oooh, simple and lightweight and fast! Oh wait, Godot just had a new update! Hey, maybe I should get back to programming Java, libGDX looks neat! Damn, Raylib feels like it does many things right! And on it goes...

I overwhelm myself with choices, start a bit then abandon at the second hard-ish hurdle (like menu/interface showing under the map despite lots of fiddling with the Z position, in Godot). So, yeah, just exposing my problem, I suspect I'm not alone in this.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago (1 children)

There is a node for Y-sorting in Godot 3, is that what you're thinking of? Y-sorting was rewritten for 4.0, so that node doesn't exist in the latest version.

[โ€“] kakes 2 points 1 year ago

That sounds like it, yep. It's been years since I used it, so that definitely tracks.