2015-01-11 13:30:57 +01:00
|
|
|
[application]
|
|
|
|
|
2015-04-26 04:22:04 +02:00
|
|
|
name="Window Management"
|
2015-01-11 13:30:57 +01:00
|
|
|
main_scene="res://window_management.scn"
|
2015-10-21 21:29:52 +02:00
|
|
|
icon="res://icon.png"
|
2015-01-14 05:02:59 +01:00
|
|
|
|
|
|
|
[display]
|
|
|
|
|
2015-01-14 06:27:03 +01:00
|
|
|
fullscreen=false
|
2015-01-14 08:44:47 +01:00
|
|
|
resizable=true
|
2015-01-17 16:28:04 +01:00
|
|
|
width=800
|
|
|
|
height=600
|
2015-01-21 17:14:50 +01:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
move_forward=[key(W)]
|
|
|
|
move_backwards=[key(S)]
|
|
|
|
move_left=[key(A)]
|
|
|
|
move_right=[key(D)]
|