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