mirror of
https://github.com/Dariasteam/Cows-Revenge.git
synced 2026-08-03 14:52:07 +00:00
23 lines
295 B
INI
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)]
|