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