Added upload and download statistics

This commit is contained in:
2024-01-26 19:00:59 +01:00
parent 8370afd9a1
commit 252d55b30f
10 changed files with 54 additions and 6 deletions

View File

@ -0,0 +1,7 @@
extends DebugLabel
func _ready():
owner.on_download_changed.connect(on_download_changed)
func on_download_changed(download):
text = "%d bytes" % download