mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
20 lines
263 B
INI
20 lines
263 B
INI
[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)]
|