-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathengine.cfg
More file actions
39 lines (28 loc) · 920 Bytes
/
engine.cfg
File metadata and controls
39 lines (28 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[application]
name="Escape From The Cosmic Abyss"
main_scene="res://CommonScenes/HybridStrategies/SplashScreen.tscn"
icon="res://icon.png"
[autoload]
SoundManager="*res://CommonScenes/SoundManager/SoundManager.tscn"
Global="*res://CommonScenes/Global.gd"
ScreenManager="*res://CommonScenes/LoadingScreen/LoadingScreen.tscn"
[display]
stretch_aspect="keep"
test_width=960
test_height=540
width=1920
height=1080
stretch_mode="2d"
[input]
ui_left=[key(Left), jbutton(0, 14), key(A)]
ui_right=[key(Right), jbutton(0, 15), key(D)]
ui_up=[key(Up), jbutton(0, 12), key(W)]
ui_down=[key(Down), jbutton(0, 13), key(S)]
pause=[key(Escape), jbutton(0, 11)]
boost=[key(Up), key(W), mbutton(0, 1), jbutton(0, 12), jaxis(0, 2)]
dash=[key(D), key(Right), mbutton(0, 2), jbutton(0, 15), jaxis(0, 1)]
shoot=[key(Space), mbutton(0, 3), jbutton(0, 0)]
[physics_2d]
motion_fix_enabled=true
[render]
default_clear_color=#ff201a34