2014-02-10 02:10:30 +01:00
|
|
|
[application]
|
|
|
|
|
|
|
|
name="Platformer"
|
|
|
|
main_scene="res://stage.xml"
|
|
|
|
icon="res://icon.png"
|
|
|
|
name_es="Plataformero"
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
width=800
|
|
|
|
height=480
|
|
|
|
stretch_2d=true
|
2014-04-15 03:43:44 +02:00
|
|
|
stretch_mode="viewport"
|
|
|
|
stretch_aspect="keep"
|
2014-02-10 02:10:30 +01:00
|
|
|
|
|
|
|
[input]
|
|
|
|
|
|
|
|
move_left=[key(Left), jbutton(0, 14)]
|
|
|
|
move_right=[key(Right), jbutton(0, 15)]
|
|
|
|
jump=[key(Up), jbutton(0, 0)]
|
|
|
|
shoot=[key(Space), jbutton(0, 2)]
|
|
|
|
spawn=[key(F1), jbutton(0, 11)]
|
|
|
|
|
|
|
|
[physics_2d]
|
|
|
|
|
|
|
|
default_gravity=700
|
|
|
|
|
|
|
|
[render]
|
|
|
|
|
|
|
|
mipmap_policy=1
|
2014-02-26 14:08:17 +01:00
|
|
|
|
|
|
|
[texture_import]
|
|
|
|
|
|
|
|
filter=false
|