virtualx-engine/demos/2d/platformer/engine.cfg
Juan Linietsky ec4ef2d2e7 -Added google play services (needed for some stuff)
-Added new screen resizing options, stretch_2d is removed, new much more flexible ones.
-Fixed bug in viewport (can create more instances in 3d-in-2d demo now)
-Can set android permissions and screen sizes manually in the export settings
-Changed export templates extension to .tpz (too many people unzipped the manually..)
-File dialog now ensures that the proper extension is used (will not allow to save without it)
-Fixed bug that made collision exceptions not work in 2D
2014-04-14 22:43:44 -03:00

34 lines
480 B
INI

[application]
name="Platformer"
main_scene="res://stage.xml"
icon="res://icon.png"
name_es="Plataformero"
[display]
width=800
height=480
stretch_2d=true
stretch_mode="viewport"
stretch_aspect="keep"
[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
[texture_import]
filter=false