Are you making anything in Godot? Feel free to discuss it below or show off your progress!

  • Queen Of Squiggles
    link
    English
    61 year ago

    Hey there! Glad to see a Godot community on Fedi! I’ve posted a bit in !GameDev@lemmy.blahaj about it, but today I was working on more back end stuff for my game.

    It’s a slime rancher inspired farming game that takes place in a magical forest.

    The back end work I was doing is sprucing up my print statements with logging levels, rich text formatting, and scaffolding for generating log files. I also was working more on my mod loading framework which would allow users to make content that gets loaded into the game. I do this with some global scope registries and custom resources.

    Also I’m doing all of this in C# and open source under GNU GPL3