]> Untitled Git - mushroom-game.git/blob - project.godot
Squashed commit of the following:
[mushroom-game.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="Mushroom Hunting"
14 run/main_scene="res://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=2880
21 window/size/viewport_height=1620
22
23 [filesystem]
24
25 import/blender/enabled=false
26
27 [global_group]
28
29 pickable=""
30 player=""
31
32 [input]
33
34 player-forward={
35 "deadzone": 0.5,
36 "events": [null, 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)
37 ]
38 }
39 player-backward={
40 "deadzone": 0.5,
41 "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)
42 ]
43 }
44 player-turn-left={
45 "deadzone": 0.5,
46 "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)
47 ]
48 }
49 player-turn-right={
50 "deadzone": 0.5,
51 "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)
52 ]
53 }
54 quit-game={
55 "deadzone": 0.5,
56 "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":4194305,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
57 ]
58 }
59 camera-rotate-left={
60 "deadzone": 0.5,
61 "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":4194319,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
62 ]
63 }
64 camera-rotate-right={
65 "deadzone": 0.5,
66 "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":4194321,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
67 ]
68 }