Android fullscreen should be auto
authorNeil <neil@dip.sun.ac.za>
Wed, 17 Apr 2013 09:52:47 +0000 (11:52 +0200)
committerNeil <neil@dip.sun.ac.za>
Wed, 17 Apr 2013 09:52:47 +0000 (11:52 +0200)
erdslangetjie/constants.py

index fb9336b1daed87abda270852e0d1edcdd8856e6c..f178afcd0f7a3b58ea0c77b42e5ffcca847eb483 100644 (file)
@@ -9,4 +9,4 @@ if platform() != 'android':
     Config.set('graphics', 'height', '760')
 else:
     TILE_SIZE = 64
-    Config.set('graphics', 'fullscreen', 'True')
+    Config.set('graphics', 'fullscreen', 'auto')