This commit is contained in:
Finn-Luca Ortelbach
2026-03-12 14:49:19 +01:00
parent 138cb7f8a9
commit 061de6de0b
+1 -1
View File
@@ -3,7 +3,7 @@ import random
init() init()
width, height = 1920, 1080 width, height = 1920, 1000
screen = display.set_mode((width, height)) screen = display.set_mode((width, height))
display.set_caption("Game") display.set_caption("Game")