diff options
author | Hop311 <Hop3114@gmail.com> | 2023-05-10 22:53:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 22:53:56 +0200 |
commit | bd08b517ed8e3a42de981b7173a99fa362134021 (patch) | |
tree | 2a9a0816b571946c7d9fb00b49fc74203101c3ab /game/project.godot | |
parent | 088a6ada0468f0bf73e8b9a5bb92e59ac2739fae (diff) | |
parent | 8a59cb15b58f512f27f01a71248feef4777e3a41 (diff) |
Merge pull request #109 from Nemrav/gui-scaling
Add UI scaling through menu option
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 a14f910..7201be7 100644 --- a/game/project.godot +++ b/game/project.godot @@ -26,6 +26,7 @@ Resolution="*res://src/Autoload/Resolution.gd" SoundManager="*res://src/Autoload/SoundManager.gd" MusicConductor="*res://src/MusicConductor/MusicConductor.tscn" Keychain="*res://addons/keychain/Keychain.gd" +GuiScale="*res://src/Autoload/GuiScale.gd" [display] |