8 lines
145 B
GDScript3
Raw Normal View History

2024-01-26 18:00:59 +00:00
extends DebugLabel
func _ready():
2024-01-28 23:55:49 +00:00
owner.upload_changed.connect(on_upload_changed)
2024-01-26 18:00:59 +00:00
func on_upload_changed(upload):
text = "%d bytes" % upload