Переглянути джерело

-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

Juan Linietsky 11 роки тому
батько
коміт
72cd4c6134
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      2d/platformer/engine.cfg

+ 2 - 0
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]