new level

This commit is contained in:
adrienmalin
2019-01-15 16:05:09 +01:00
parent 2b86cdec5c
commit 5b4008a55c
3 changed files with 11 additions and 9 deletions

View File

@ -36,7 +36,7 @@ func new_level():
$VBC/Level.text = str(level)
$VBC/Goal.text = str(goal)
emit_signal("flash_text", "Level\n%d"%level)
emit_signal("level_up")
emit_signal("level_up", level)
func _on_Clock_timeout():
show_time()