From 3798205c740e7e2faf2594866cb497260012508c Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Fri, 10 Feb 2023 04:18:46 -0500 Subject: Implement a usable settings UI, should fulfill: SS-58, SS-61, SS-6, SS-9, SS-10, SS-11, SS-13 UI-11, UI-12, UI-19, UI-44, UI-47, UI-22 --- game/project.godot | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'game/project.godot') diff --git a/game/project.godot b/game/project.godot index 653cc91..d66f91f 100644 --- a/game/project.godot +++ b/game/project.godot @@ -11,6 +11,28 @@ config_version=5 [application] config/name="OpenVic2" -run/main_scene="res://src/MainMenu.tscn" +run/main_scene="res://src/GameMenu.tscn" config/features=PackedStringArray("4.0", "Forward Plus") config/icon="res://icon.svg" + +[autoload] + +Resolution="*res://src/Autoload/Resolution.gd" + +[display] + +window/size/viewport_width=1280 +window/size/viewport_height=720 +window/size/mode=3 +window/size/resizable=false +window/stretch/mode="canvas_items" +window/stretch/aspect="ignore" + +[internationalization] + +locale/translation_remaps={} +locale/fallback="en_GB" +locale/locale_filter_mode=0 +locale/country_short_name={ +"United States of America": "USA" +} -- cgit v1.2.3-56-ga3b1