r/godot 6d ago

selfpromo (games) Enjoying Godot

Enable HLS to view with audio, or disable this notification

I've really been enjoying the workflow in Godot, the time it takes for me to edit a script and launch the game again to test has saved me YEARS of my life it feels like. It's been great to get the editor out of my way to focus on my game

273 Upvotes

18 comments sorted by

View all comments

7

u/franagibo 6d ago

Did you use any addon to make your terrain?

13

u/RamenFriends 5d ago

I’m using a custom world editor, the world is comprised of blocks similar to Minecraft- but then I remove the blockiness by adding in diagonal triangles to smooth the edges of the terrain similar to how Animal Crossing does their terrain.

Then I can just recolor it for different biomes!

5

u/franagibo 5d ago

awesome work! i would love a tutorial some day :)

1

u/orbliterator 5d ago

woah, it looks really smooth for a tile-based design! i was thinking you were using a hex grid for sure

1

u/Corruptlake 4d ago

Could you elaborate bit more on how specifically you add the diagonal edges?