]> Untitled Git - star-foxy.git/blob - project.godot
291ec923ca0daa84de1b9209a45c3996fced5bb2
[star-foxy.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=4
10
11 [application]
12
13 config/name="star-foxy"
14 run/main_scene="res://main.tscn"
15 config/icon="res://icon.png"
16
17 [input]
18
19 player_up={
20 "deadzone": 0.5,
21 "events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null)
22  ]
23 }
24 player_down={
25 "deadzone": 0.5,
26 "events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
27  ]
28 }
29 player_left={
30 "deadzone": 0.5,
31 "events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null)
32  ]
33 }
34 player_right={
35 "deadzone": 0.5,
36 "events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
37  ]
38 }
39 player_boost={
40 "deadzone": 0.5,
41 "events": [ Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
42  ]
43 }
44 player_fire={
45 "deadzone": 0.5,
46 "events": [ Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":7,"pressure":0.0,"pressed":false,"script":null)
47  ]
48 }
49 player_aim_up={
50 "deadzone": 0.5,
51 "events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":-1.0,"script":null)
52  ]
53 }
54 player_aim_down={
55 "deadzone": 0.5,
56 "events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":1.0,"script":null)
57  ]
58 }
59 player_aim_left={
60 "deadzone": 0.5,
61 "events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":2,"axis_value":-1.0,"script":null)
62  ]
63 }
64 player_aim_right={
65 "deadzone": 0.5,
66 "events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":2,"axis_value":1.0,"script":null)
67  ]
68 }
69
70 [physics]
71
72 common/enable_pause_aware_picking=true
73
74 [rendering]
75
76 environment/default_environment="res://default_env.tres"