Use different window size for the editor
[erdslangetjie.git] / erdslangetjie / constants.py
index 2b68d17513e75998e3c7ccbd529db7248d4b40ab..06d25fb9298fcff07caa68c055affa7f83a4331e 100644 (file)
@@ -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')