Skip to content

Releases: brettchalupa/godot_skeleton

v1.1.0

05 Apr 10:54
3fddcd5
Compare
Choose a tag to compare
  • 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

05 Mar 15:56
Compare
Choose a tag to compare

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