From 3cc7c87e97930a9364f34cb7899487ad51486230 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 17 Apr 2013 11:52:47 +0200 Subject: [PATCH] Android fullscreen should be auto --- erdslangetjie/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erdslangetjie/constants.py b/erdslangetjie/constants.py index fb9336b..f178afc 100644 --- a/erdslangetjie/constants.py +++ b/erdslangetjie/constants.py @@ -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') -- 2.34.1