Improved file structure

This commit is contained in:
2024-01-29 00:55:49 +01:00
parent a6278cedb1
commit bca8fdf610
12 changed files with 32 additions and 28 deletions

View File

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