diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2024-01-25 02:04:28 +0200 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2024-01-25 02:04:28 +0200 |
commit | 22da7c525f561f612054b6774f2706747eaa3c9a (patch) | |
tree | 9efb99f3730abba2888a56eaed920c01806e8d4f /project.godot | |
parent | a4ed38306d49a4654570d48d6a7fe5c810ec5da8 (diff) | |
download | gamejam-ggj-2024-22da7c525f561f612054b6774f2706747eaa3c9a.tar.gz gamejam-ggj-2024-22da7c525f561f612054b6774f2706747eaa3c9a.tar.bz2 gamejam-ggj-2024-22da7c525f561f612054b6774f2706747eaa3c9a.zip |
testing transition flow
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 4f4ecef..0f4f25c 100644 --- a/project.godot +++ b/project.godot @@ -10,5 +10,9 @@ config_version=5 [application] -run/main_scene="res://main.tscn" +run/main_scene="res://game/main.tscn" config/features=PackedStringArray("4.2") + +[display] + +window/stretch/mode="viewport" |