summaryrefslogtreecommitdiff
path: root/demos/2d/space_shooter/engine.cfg
blob: 8047cebdd3b5a7e42a46d6b877f5dcce9c2eda7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[application]

name="Simple Shooter"
main_scene="res://main_menu.scn"
icon="res://icon.png"

[autoload]

game_state="res://game_state.gd"

[display]

width=1024
height=600

[input]

move_up=[key(Up)]
move_down=[key(Down)]
move_left=[key(Left)]
move_right=[key(Right)]
shoot=[key(Space)]