Compare commits

...

2 Commits

Author SHA1 Message Date
f5225b3a55 Merge branch 'HEAD' of https://git.malingrey.fr/adrien/TetrArcade.git 2019-09-30 11:34:09 +02:00
70c69b3b7b remove test init 2019-09-30 11:33:02 +02:00

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 = []