👽 interstellar delivery

This commit is contained in:
anyreso 2024-10-16 21:43:01 +00:00
parent 547c97bfba
commit 97c8292858
257 changed files with 7309 additions and 4637 deletions

View file

@ -51,8 +51,10 @@ signal border_changed(new_border : float)
## The username to display on top of this indicator.
@export var username : String = "Username":
set(value):
username = value
set = set_username
func set_username(new_name : String) -> void:
username = new_name
username_changed.emit(username)
## The foreground color to use for this indicator.