Improved UI

This commit is contained in:
2024-01-26 22:02:25 +01:00
parent 252d55b30f
commit 48b8011199
5 changed files with 77 additions and 56 deletions

View File

@ -1,7 +1,7 @@
extends NetworkNode
@export var host: String
@export var port: int
@export var host := "127.0.0.1"
@export var port := 4242
signal download_changed(down: int)
signal upload_changed(up: int)