Cows-Revenge/engine.cfg
2017-04-16 15:57:32 +02:00

19 lines
253 B
INI

[application]
name="express"
main_scene="res://menu.tscn"
icon="res://icon.png"
[display]
driver="GLES2"
width=1280
height=768
fullscreen=false
orientation="landscape"
emulate_touchscreen=true
[input]
ui_jump=[key(A), key(Space)]
ui_shoot=[key(S)]