update splashscreen
This commit is contained in:
parent
200e1df265
commit
cb6eab47aa
@ -122,6 +122,8 @@ func hard_drop():
|
||||
var score = 0
|
||||
while current_piece.move(movements["soft_drop"]):
|
||||
score += 2
|
||||
for mino in current_piece.minoes:
|
||||
mino.get_node("Trail").emit()
|
||||
$Stats.piece_dropped(score)
|
||||
$LockDelay.stop()
|
||||
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 |
Loading…
x
Reference in New Issue
Block a user