A small test for the display

This commit is contained in:
Nis Wechselberg 2018-05-09 00:42:19 +02:00
parent e0a7244f1d
commit c229e5d6f7

View file

@ -22,6 +22,6 @@ class TestApp(App):
if __name__ == '__main__': if __name__ == '__main__':
Window.size = (720,480) Window.size = (800,480)
Window.fullscreen = True Window.fullscreen = True
TestApp().run() TestApp().run()