aboutsummaryrefslogtreecommitdiffstats
path: root/godot/project.godot
diff options
context:
space:
mode:
authorLibravatar David <david003@gmx.net>2022-07-16 16:22:48 +0200
committerLibravatar David <david003@gmx.net>2022-07-16 16:22:48 +0200
commit717a665a84dd9ca1b545d57976b87ba77bf11d80 (patch)
tree941c629e71061e7c240b09df41c651ffafc8188a /godot/project.godot
parent36db665defbfc1394691ecc25d750e3c7583bbe3 (diff)
parentbdf6f0328e870c308299f37155b9e89d91a2859c (diff)
download2022-717a665a84dd9ca1b545d57976b87ba77bf11d80.tar.gz
2022-717a665a84dd9ca1b545d57976b87ba77bf11d80.tar.bz2
2022-717a665a84dd9ca1b545d57976b87ba77bf11d80.zip
Merge branch 'player'
Diffstat (limited to 'godot/project.godot')
-rw-r--r--godot/project.godot38
1 files changed, 35 insertions, 3 deletions
diff --git a/godot/project.godot b/godot/project.godot
index 199576e..0191f34 100644
--- a/godot/project.godot
+++ b/godot/project.godot
@@ -1,3 +1,35 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:51efcd6bc26f0e3caf847b2f9c7249d1d9144f428911fc2615a6433d07b3a5a6
-size 529
+; Engine configuration file.
+; It's best edited using the editor UI and not directly,
+; since the parameters that go here are not all obvious.
+;
+; Format:
+; [section] ; section goes between []
+; param=value ; assign values to parameters
+
+config_version=4
+
+_global_script_classes=[ ]
+_global_script_class_icons={
+}
+
+[application]
+
+config/name="code-with-your-friends2022"
+run/main_scene="res://scenes/Game.tscn"
+config/icon="res://assets/godot-ferris-32x32.png"
+
+[gdnative]
+
+singletons=[ ]
+
+[input]
+
+mouse_btn_left={
+"deadzone": 0.5,
+"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)
+ ]
+}
+
+[rendering]
+
+environment/default_environment="res://default_env.tres"