Godot Project Starter Template and Helper Pack Addon - Free to use!

Hey there, Godot devs! I'd like to share some goodies to help your Godot 3.5 projects go more smoothly.

The first is what I call the Godot Project Starter. If that looks/sounds familiar, it's because I've posted about it before. It still contains pre-made scenes that you'll most likely want (title, how-to-play, credits) and other UI/UX items like scene transitions, and a HUD with pause menu and game over dialogs. Recently I've added a settings dialog/scene so that you can include key rebinding and other settings (mouse sensitivity, invert mouse y, volume settings for music, sound and master) in your game. Settings are also saved to disk. There are a few other things included. Just check out the github repo for details.

The github repo page is https://github.com/jhlothamer/godotprojectstarter

I also made a helper pack with useful utilities and components. You can checkout the github page for that here: https://github.com/jhlothamer/godothelperpack

The helper pack has a github wiki describing everything in the pack. One recent addition is a tool that distributes meshes in the MultiMestInstance2D node. I used this to create the levels in a game we made for one of the recent Metroidvania Month jam. The tool also carves up the collision polygons in a StaticBody2D to create the walls of the levels. You can check out the game at https://jlothamer.itch.io/glowstar-empire if you want to see the results.

All repos are MIT license and free to use, no attribution required or necessary. Hope some of this helps! If not directly in your game, then maybe you can get some ideas from it.