mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-12 06:55:18 +00:00
👽 interstellar delivery
This commit is contained in:
parent
547c97bfba
commit
97c8292858
257 changed files with 7309 additions and 4637 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue