Template for new Godot games. It has a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.Created in collaboration with members of the Godot Wild Jam community.For usage information, visit the following: https://github.com/Maaack/Godot-Game-Template/blob/main/README.md#usage
Plugin for existing Godot projects. It has a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.Created in collaboration with members of the Godot Wild Jam community.For usage information, visit the following: https://github.com/Maaack/Godot-Game-Template/blob/main/README.md#usage
Template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene.This is identical to the Game Template, except for the opening has the GWJ logo and a space for the theme + wildcards to go.Created in collaboration with members of the Godot Wild Jam community.For usage information, visit the following:https://github.com/Maaack/Godot-Game-Template/blob/main/README.md#usage
Template for new Godot games. It has a main menu, options menus, pause menu, credits, and a scene loader.Created in collaboration with members of the Godot Wild Jam community.For usage information, visit the following:https://github.com/Maaack/Godot-Menus-Template/blob/main/README.md#usage
Template with main menu, options menu, pause menu, credits, and a scene loader.Created in collaboration with members of the Godot Wild Jam community.For usage information, visit the following:https://github.com/Maaack/Godot-Menus-Template/blob/main/README.md#usage
Template with options menus and persistent settings.Created in collaboration with members of the Godot Wild Jam community.For usage information, visit the following:https://github.com/Maaack/Godot-Options-Menus/blob/main/README.md#usage
Plugin for input remapping and persistent settings.Created in collaboration with members of the Godot Wild Jam community.For usage information, visit the following:https://github.com/Maaack/Godot-Input-Remapping/blob/main/README.md#usage
Scene loader with loading screen and progress bar.For usage information, visit the following:https://github.com/Maaack/Godot-Scene-Loader/blob/main/README.md#usage
Credits scene with scrolling text that is read from an attribution file in a markdown (.md) format.For usage information, visit the following:https://github.com/Maaack/Godot-Credits-Scene/blob/main/README.md#usage
Music controller that keeps music playing between scenes and blends tracks.For usage information, visit the following:https://github.com/Maaack/Godot-Music-Controller/blob/main/README.md#usage
Script and autoload for automatically attaching sounds to buttons, tab bars, sliders, and line edits.For usage information, visit the following:https://github.com/Maaack/Godot-UI-Sound-Controller/blob/main/README.md#usage
A simple script that forces the script list on the left of the script editor to stay sorted no matter what.It has all the options that the manual sort mentions at "text_editor/script_list/sort_scripts_by" located in the Editor Settings at the bottom. Further sorting algorithms are much appreciated if you want to contribute on the GitHub.