1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 16:14:22 +00:00
looping-for-loops/Objects/SpecialObjects/UI/LoopCountPanel.gd

8 lines
119 B
GDScript3
Raw Normal View History

extends Panel
class_name LoopCountPanel
func _on_Player_loop_collected(loops):
$LoopCountLabel.text = "%d" % loops