Godot Skeleton Versions Save

Flexible template repository for common game needs in Godot

v1.1.0

1 year ago
  • Sound.play_sfx and Sound.play_music global funcs that respects the player setting
  • Debug UI driven by the debug_ui group, toggle visibility with 0
  • Version display in Main Menu
  • Switch to Compatibility renderer for maximum compatibility. Change it based on your game's needs.
  • Type signatures in much of the GDScript for more clarity
  • Consistently naming of files
  • More docs in README

v1.0.0

1 year ago

Initial release of Godot Skeleton with the basic core features of:

  • Main Menu, Settings, Gameplay, and Pause scenes
  • Export build and deploy script (requires Ruby)
  • Global singleton with settings and other helpers
  • Organized scenes