diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-03-11 08:41:21 +0100 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-03-11 09:08:35 +0100 |
commit | 089f6a3784423b457b97eb214eb39c247b531574 (patch) | |
tree | f369928edec0259caebb906922032a895b74c748 /game/project.godot | |
parent | 62bc0a0c2fc851a1e167b8d8da7c280f5e525921 (diff) |
Add debug mode
Fulfills requirement SS-56
Diffstat (limited to 'game/project.godot')
-rw-r--r-- | game/project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/project.godot b/game/project.godot index ddeddb2..7975c0a 100644 --- a/game/project.godot +++ b/game/project.godot @@ -23,6 +23,7 @@ Resolution="*res://src/Autoload/Resolution.gd" MusicConductor="*res://src/MusicConductor/MusicConductor.tscn" SoundManager="*res://src/Autoload/SoundManager.gd" Keychain="*res://addons/keychain/Keychain.gd" +GameDebug="*res://src/Autoload/GameDebug.gd" [display] |