Compare commits

..

No commits in common. "f5225b3a553e8855378f2ad49536a97aee903044" and "3b4bf3c8a2732b01ed8244419d1c4835191122bb" have entirely different histories.

View File

@ -217,6 +217,8 @@ class TetrArcade(TetrisLogic, arcade.Window):
resizable = False,
antialiasing = False
)
self.new_game()
self.on_draw()
def new_game(self):
self.highlight_texts = []