mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 08:04:23 +00:00
7 lines
119 B
GDScript
7 lines
119 B
GDScript
extends Panel
|
|
class_name LoopCountPanel
|
|
|
|
|
|
|
|
func _on_Player_loop_collected(loops):
|
|
$LoopCountLabel.text = "%d" % loops
|