🐛 Fix player nicknames and IFFs

This commit is contained in:
Squinty 2024-04-24 12:27:51 +00:00
parent 7a4eabc1ca
commit 9e923ecdd5
3 changed files with 3 additions and 3 deletions

View file

@ -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