8 lines
145 B
GDScript3
Raw Normal View History

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