aboutsummaryrefslogtreecommitdiff
path: root/game/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'game/project.godot')
-rw-r--r--game/project.godot11
1 files changed, 11 insertions, 0 deletions
diff --git a/game/project.godot b/game/project.godot
index 34d4267..35b92f6 100644
--- a/game/project.godot
+++ b/game/project.godot
@@ -14,10 +14,13 @@ config/name="OpenVic2"
run/main_scene="res://src/GameMenu.tscn"
config/features=PackedStringArray("4.0", "Forward Plus")
config/icon="res://icon.svg"
+config/project_settings_override.template="user://settings.cfg"
[autoload]
+Events="*res://src/Autoload/Events.gd"
Resolution="*res://src/Autoload/Resolution.gd"
+Keychain="*res://addons/keychain/Keychain.gd"
[display]
@@ -28,6 +31,10 @@ window/size/resizable=false
window/stretch/mode="canvas_items"
window/stretch/aspect="ignore"
+[editor_plugins]
+
+enabled=PackedStringArray("res://addons/keychain/plugin.cfg")
+
[internationalization]
locale/translation_remaps={}
@@ -41,6 +48,10 @@ locale/country_short_name={
limits/message_queue/max_size_kb=16384
+[openvic2]
+
+settings/settings_file_path="user://settings.cfg"
+
[rendering]
textures/lossless_compression/force_png=true