mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-04-29 00:05:34 +00:00
🐛 Fix player nicknames and IFFs
This commit is contained in:
parent
7a4eabc1ca
commit
9e923ecdd5
3 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ extends Control
|
|||
@onready var healthbar_fill_stylebox : StyleBoxFlat = _health_bar.get_theme_stylebox("fill")
|
||||
|
||||
func _ready() -> void:
|
||||
_player_name_label.text = player.name
|
||||
_player_name_label.text = player.nickname
|
||||
|
||||
func _process(_delta : float) -> void:
|
||||
# retrieve camera for current viewport
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue