diff options
author | David <david003@gmx.net> | 2022-07-16 11:48:18 +0200 |
---|---|---|
committer | David <david003@gmx.net> | 2022-07-16 11:48:18 +0200 |
commit | 26151af89950d682cb62204461c02bf5abb23016 (patch) | |
tree | 51659691ccfe68848ab11a905d1f3e79ace6f165 /godot/project.godot | |
parent | 4f2bc986240c61bd455742c0cee3c3c796fc5e6b (diff) | |
parent | 5678a04042b7b2ea52a927101cf66064535dc272 (diff) | |
download | 2022-26151af89950d682cb62204461c02bf5abb23016.tar.gz 2022-26151af89950d682cb62204461c02bf5abb23016.tar.bz2 2022-26151af89950d682cb62204461c02bf5abb23016.zip |
Merge branch 'BasicDie'
Diffstat (limited to 'godot/project.godot')
-rw-r--r-- | godot/project.godot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/godot/project.godot b/godot/project.godot index a8f6586..d7b88c5 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -18,6 +18,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" |