|
| 1 | +; Engine configuration file. |
| 2 | +; It's best edited using the editor UI and not directly, |
| 3 | +; since the parameters that go here are not all obvious. |
| 4 | +; |
| 5 | +; Format: |
| 6 | +; [section] ; section goes between [] |
| 7 | +; param=value ; assign values to parameters |
| 8 | + |
| 9 | +config_version=5 |
| 10 | + |
| 11 | +[application] |
| 12 | + |
| 13 | +config/name="GDQuest demo" |
| 14 | +config/features=PackedStringArray("4.5") |
| 15 | +config/icon="res://icon.png" |
| 16 | + |
| 17 | +[display] |
| 18 | + |
| 19 | +window/size/viewport_width=1920 |
| 20 | +window/size/viewport_height=1080 |
| 21 | +window/stretch/mode="canvas_items" |
| 22 | +window/size/fullscreen=true |
| 23 | + |
| 24 | +[input] |
| 25 | + |
| 26 | +click={ |
| 27 | +"deadzone": 0.5, |
| 28 | +"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"canceled":false,"pressed":false,"double_click":false,"script":null) |
| 29 | +] |
| 30 | +} |
| 31 | +move_left={ |
| 32 | +"deadzone": 0.5, |
| 33 | +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":65,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) |
| 34 | +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null) |
| 35 | +] |
| 36 | +} |
| 37 | +move_right={ |
| 38 | +"deadzone": 0.5, |
| 39 | +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":68,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) |
| 40 | +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null) |
| 41 | +] |
| 42 | +} |
| 43 | +move_up={ |
| 44 | +"deadzone": 0.5, |
| 45 | +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":87,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) |
| 46 | +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null) |
| 47 | +] |
| 48 | +} |
| 49 | +move_down={ |
| 50 | +"deadzone": 0.5, |
| 51 | +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":83,"physical_keycode":0,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null) |
| 52 | +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null) |
| 53 | +] |
| 54 | +} |
0 commit comments