diff options
author | Hop311 <Hop3114@gmail.com> | 2023-04-29 00:40:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 00:40:18 +0200 |
commit | 05937359e8c53ee76dc3ce537dd70083a016f766 (patch) | |
tree | 899b97479f6a1aabbfe352747bea162ce5720193 /game/project.godot | |
parent | 10053cf259c55ee45803268a844edf1011d8a16b (diff) | |
parent | 5022ec800b096e9a85d6ef07ca4b652abb8625ee (diff) |
Merge pull request #101 from OpenVic2Project/more-image-processing
Dynamic minimap + vertical map subdivision
Diffstat (limited to 'game/project.godot')
-rw-r--r-- | game/project.godot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/game/project.godot b/game/project.godot index ff4081e..c10465d 100644 --- a/game/project.godot +++ b/game/project.godot @@ -22,10 +22,9 @@ config/project_settings_override.template="user://settings.cfg" Events="*res://src/Autoload/Events.gd" Resolution="*res://src/Autoload/Resolution.gd" -MusicConductor="*res://src/MusicConductor/MusicConductor.tscn" SoundManager="*res://src/Autoload/SoundManager.gd" +MusicConductor="*res://src/MusicConductor/MusicConductor.tscn" Keychain="*res://addons/keychain/Keychain.gd" -GameDebug="*res://src/Autoload/GameDebug.gd" [display] |