A small test for the display

This commit is contained in:
Nis Wechselberg 2018-05-09 00:41:00 +02:00
parent cf34cdc520
commit e0a7244f1d

View file

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