summaryrefslogtreecommitdiff
path: root/demos/misc/window_management/engine.cfg
blob: 911d3fd4a12543b7433a826b97c5cc309a39ca6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[application]

name="Window Management"
main_scene="res://window_management.scn"
icon="res://icon.png"

[display]

fullscreen=false
resizable=true
width=800
height=600

[input]

move_forward=[key(W)]
move_backwards=[key(S)]
move_left=[key(A)]
move_right=[key(D)]