I just published an update for my open-source game "Under Fallen Leaves" which fixes two issues with the original GameDevDD gamejam release: https://phoenix616.itch.io/under-fallen-leaves/devlog/1517882/under-fallen-leaves-update-011

#gamedev #gamedevdd #underfallenleaves #godot #gameupdate #opensource #opensourcegame #freesoftware #freegame

Under Fallen Leaves - Update 0.1.1 - Under Fallen Leaves by Max Lee

Fix that some mushrooms were not collectable because they were hidden inside trees due to how the random rotation and scaling of trees worked Improve performance by limiting the visibility range of th...

itch.io

There is now an Itch.io page and a trailer for my GameDevDD Jam #1 game "Under Fallen Leaves": https://phoenix616.itch.io/under-fallen-leaves

There are still some things I would have loved to iron out before the deadline but it's definitely in a playable (and enjoyable) state now!

#GameDev #GameJam #GameDevDD #gamedevdd1 #Godot #FreeSoftware #OpenSource #FreeGames #UnderFallenLeaves

Under Fallen Leaves by Max Lee

A chill fall game you go into the woods to pick some mushrooms.

itch.io

Almost done with my small gamejam game where you pick mushrooms in an autumn forest. :D

Code: https://codeberg.org/Phoenix616/FallGame

#GameJam #GameDev #GameDevDD #GameDevDD1 #godot #OpenSource #FreeSoftware #FreeGame #UnderFallenLeaves

I needed something for my GameDevDD Jam #1 entry to replace several local materials in a Godot scene with external ones so I could adjust them for all meshes at once and couldn't find anything which was able to do that so I wrote a simple replacement Java program: https://codeberg.org/Phoenix616/GodotMaterialReplacer

Of course that would be better suited as a Godot plugin but right now I'm faster whipping something up in Java than trying to learn how Godot plugins work'

(Btw. my gamejam game is here: https://codeberg.org/Phoenix616/FallGame)

#Godot #gamedev #java #gamedevdd #gamedevdd1

GodotMaterialReplacer

Simple tool to replace local materials in a Godot scene file with an external one.

Codeberg.org