update splashscreen

This commit is contained in:
adrienmalin 2019-01-25 00:46:45 +01:00
parent 200e1df265
commit cb6eab47aa
3 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ func hard_drop():
var score = 0 var score = 0
while current_piece.move(movements["soft_drop"]): while current_piece.move(movements["soft_drop"]):
score += 2 score += 2
for mino in current_piece.minoes:
mino.get_node("Trail").emit()
$Stats.piece_dropped(score) $Stats.piece_dropped(score)
$LockDelay.stop() $LockDelay.stop()
lock() lock()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB