virtualx-engine/demos/misc/window_management/engine.cfg

20 lines
257 B
INI
Raw Normal View History

2015-01-11 20:30:57 +08:00
[application]
name="window_management"
main_scene="res://window_management.scn"
icon="icon.png"
2015-01-14 12:02:59 +08:00
[display]
2015-01-14 13:27:03 +08:00
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)]