Compare commits
No commits in common. "f5225b3a553e8855378f2ad49536a97aee903044" and "3b4bf3c8a2732b01ed8244419d1c4835191122bb" have entirely different histories.
f5225b3a55
...
3b4bf3c8a2
@ -217,6 +217,8 @@ class TetrArcade(TetrisLogic, arcade.Window):
|
|||||||
resizable = False,
|
resizable = False,
|
||||||
antialiasing = False
|
antialiasing = False
|
||||||
)
|
)
|
||||||
|
self.new_game()
|
||||||
|
self.on_draw()
|
||||||
|
|
||||||
def new_game(self):
|
def new_game(self):
|
||||||
self.highlight_texts = []
|
self.highlight_texts = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user