Releases: brettchalupa/godot_skeleton
Releases · brettchalupa/godot_skeleton
v1.1.0
Sound.play_sfx
andSound.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
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