A small test for the display
This commit is contained in:
parent
cf34cdc520
commit
e0a7244f1d
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -22,5 +22,6 @@ class TestApp(App):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
Window.size = (720,480)
|
||||
Window.fullscreen = True
|
||||
TestApp().run()
|
||||
|
|
Loading…
Reference in a new issue