X-Git-Url: https://git.ctpug.org.za/?p=erdslangetjie.git;a=blobdiff_plain;f=erdslangetjie%2Fconstants.py;h=06d25fb9298fcff07caa68c055affa7f83a4331e;hp=2b68d17513e75998e3c7ccbd529db7248d4b40ab;hb=2ad071b3c1f081127003d1581bc3bbd2f5b485ca;hpb=6b9b0ccf122251850a75970305531bc4b4e8fca8 diff --git a/erdslangetjie/constants.py b/erdslangetjie/constants.py index 2b68d17..06d25fb 100644 --- a/erdslangetjie/constants.py +++ b/erdslangetjie/constants.py @@ -16,8 +16,6 @@ from kivy.config import Config if platform() != 'android': TILE_SIZE = 38 - Config.set('graphics', 'width', '1026') - Config.set('graphics', 'height', '760') else: TILE_SIZE = 64 Config.set('graphics', 'fullscreen', 'auto')