aboutsummaryrefslogtreecommitdiffstats
path: root/godot/project.godot
diff options
context:
space:
mode:
authorLibravatar cel <cel@blos.sm>2022-07-16 22:49:16 +0100
committerLibravatar cel <cel@blos.sm>2022-07-16 22:49:16 +0100
commitc5bacb265a477f1f80be6a9fbdabc072fc074a59 (patch)
tree96274e9b60682415f31b266bc57ccf0d5bc34bfe /godot/project.godot
parent373b0d66678a349d39146262d5b288b39c5cb1e1 (diff)
parentfdbba87b346c6020d7349d0c2cb3793fcdab25f3 (diff)
download2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.tar.gz
2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.tar.bz2
2022-c5bacb265a477f1f80be6a9fbdabc072fc074a59.zip
merged menu branch
Diffstat (limited to 'godot/project.godot')
-rw-r--r--godot/project.godot12
1 files changed, 11 insertions, 1 deletions
diff --git a/godot/project.godot b/godot/project.godot
index 0191f34..e98a5a8 100644
--- a/godot/project.godot
+++ b/godot/project.godot
@@ -15,9 +15,15 @@ _global_script_class_icons={
[application]
config/name="code-with-your-friends2022"
-run/main_scene="res://scenes/Game.tscn"
+run/main_scene="res://scenes/Menu.tscn"
config/icon="res://assets/godot-ferris-32x32.png"
+[display]
+
+window/size/width=1920
+window/size/height=1080
+window/stretch/mode="2d"
+
[gdnative]
singletons=[ ]
@@ -29,6 +35,10 @@ mouse_btn_left={
"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":1,"pressed":false,"doubleclick":false,"script":null)
]
}
+esc={
+"deadzone": 0.5,
+"events": [ ]
+}
[rendering]