more improvements

This commit is contained in:
adrienmalin
2019-01-16 00:35:31 +01:00
parent 4f8a301cde
commit 86218ffd84
3 changed files with 7 additions and 9 deletions

View File

@ -77,7 +77,7 @@ func piece_locked(lines, t_spin):
ds = SCORES[lines][t_spin]
goal -= ds
$VBC/Goal.text = str(goal)
ds *= 100
ds *= 100 * level
emit_signal("flash_text", str(ds))
score += ds
$VBC/Score.text = str(score)