From 72cd4c6134ed8240aa489ba87b1e0c500f8591e1 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 14 Apr 2014 22:43:44 -0300 Subject: [PATCH] -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 --- 2d/platformer/engine.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2d/platformer/engine.cfg b/2d/platformer/engine.cfg index 5fc2c3b2..a377bf89 100644 --- a/2d/platformer/engine.cfg +++ b/2d/platformer/engine.cfg @@ -10,6 +10,8 @@ name_es="Plataformero" width=800 height=480 stretch_2d=true +stretch_mode="viewport" +stretch_aspect="keep" [input]