godot/demos/misc/window_management/engine.cfg

20 lines
257 B
INI
Raw Normal View History

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