diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-16 21:12:23 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-16 21:12:23 +0200 |
commit | 9a750a6688ad923d990d11dc464f783210b50678 (patch) | |
tree | 90d7658c5e6173946bfb89c46d2cd43fd3f9bf90 /godot/project.godot | |
parent | 9c061b9997d0add3298b1230426dd7332b91420f (diff) | |
parent | f561a1f69d5fda68e0a23ab04f448e9364b2968c (diff) | |
download | 2022-9a750a6688ad923d990d11dc464f783210b50678.tar.gz 2022-9a750a6688ad923d990d11dc464f783210b50678.tar.bz2 2022-9a750a6688ad923d990d11dc464f783210b50678.zip |
Merge branch 'BuffSystem' into GoalPost
Diffstat (limited to 'godot/project.godot')
-rw-r--r-- | godot/project.godot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/godot/project.godot b/godot/project.godot index a8f6586..0191f34 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -8,6 +8,10 @@ config_version=4 +_global_script_classes=[ ] +_global_script_class_icons={ +} + [application] config/name="code-with-your-friends2022" @@ -18,6 +22,14 @@ config/icon="res://assets/godot-ferris-32x32.png" 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" |