]> Untitled Git - lightcycles.git/blob - project.godot
c16c1f26dda867a00fbb7177fd6239eea3eb5388
[lightcycles.git] / project.godot
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="Lightcycles"
14 run/main_scene="res://map/world.tscn"
15 config/features=PackedStringArray("4.3", "Forward Plus")
16 config/icon="res://icon.svg"
17
18 [display]
19
20 window/size/viewport_width=2304
21 window/size/viewport_height=1296
22
23 [input]
24
25 player_left={
26 "deadzone": 0.5,
27 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
28 ]
29 }
30 player_right={
31 "deadzone": 0.5,
32 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":70,"key_label":0,"unicode":102,"location":0,"echo":false,"script":null)
33 ]
34 }
35 player_forward={
36 "deadzone": 0.5,
37 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null)
38 ]
39 }
40 player_backward={
41 "deadzone": 0.5,
42 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":100,"location":0,"echo":false,"script":null)
43 ]
44 }