remove test init

This commit is contained in:
Adrien MALINGREY 2019-09-30 11:33:02 +02:00
parent afcb919018
commit 70c69b3b7b

View File

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