Explode entire minoes

This commit is contained in:
adrienmalin
2019-01-08 12:35:27 +01:00
parent fd4688a3ab
commit 8009ffdf7e
2 changed files with 14 additions and 44 deletions

View File

@ -58,5 +58,6 @@ func clear_lines():
for x in range(NB_COLLUMNS):
set_cell_item(x, y2, 0, get_cell_item(x, y2+1, 0))
lines_cleared += 1
exploding_lines[y].emitting = true
exploding_lines[y].restart()
return lines_cleared