2014-02-10 01:10:30 +00:00
|
|
|
[application]
|
|
|
|
|
|
|
|
name="Platformer"
|
|
|
|
main_scene="res://stage.xml"
|
|
|
|
icon="res://icon.png"
|
|
|
|
name_es="Plataformero"
|
2015-09-04 02:24:55 +00:00
|
|
|
target_fps="60"
|
2014-02-10 01:10:30 +00:00
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
width=800
|
|
|
|
height=480
|
2015-09-04 02:24:55 +00:00
|
|
|
stretch_mode="2d"
|
|
|
|
stretch_aspect="keep_height"
|
2014-02-10 01:10:30 +00:00
|
|
|
|
2014-04-18 14:43:54 +00:00
|
|
|
[image_loader]
|
|
|
|
|
|
|
|
repeat=false
|
|
|
|
|
2014-02-10 01:10:30 +00: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
|
|
|
|
|
2014-05-01 14:34:10 +00:00
|
|
|
[rasterizer]
|
|
|
|
|
|
|
|
use_pixel_snap=true
|
|
|
|
|
2014-02-10 01:10:30 +00:00
|
|
|
[render]
|
|
|
|
|
|
|
|
mipmap_policy=1
|
2014-02-26 13:08:17 +00:00
|
|
|
|
|
|
|
[texture_import]
|
|
|
|
|
|
|
|
filter=false
|