Cows-Revenge/engine.cfg
2017-04-16 20:16:09 +02:00

23 lines
295 B
INI

[application]
name="CowRevenge"
main_scene="res://menu.tscn"
icon="res://icon.png"
[autoload]
global="*res://global.gd"
[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)]