Added upload and download statistics
This commit is contained in:
7
client/ui/debug/UploadLabel.gd
Normal file
7
client/ui/debug/UploadLabel.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends DebugLabel
|
||||
|
||||
func _ready():
|
||||
owner.on_upload_changed.connect(on_upload_changed)
|
||||
|
||||
func on_upload_changed(upload):
|
||||
text = "%d bytes" % upload
|
Reference in New Issue
Block a user