godot/demos/misc/window_management/engine.cfg

20 lines
257 B
INI
Raw Normal View History

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