This commit is contained in:
Rendo 2025-12-17 00:03:57 +05:00
commit 0708498715
34 changed files with 13752 additions and 7543 deletions

View file

@ -6,6 +6,7 @@ func _on_visibility_changed() -> void:
process_mode = Node.PROCESS_MODE_INHERIT if visible else Node.PROCESS_MODE_DISABLED
func _process(_delta: float) -> void:
return
if player_id == -1:
%PlayerNickname.text = ""
%Money.text = ""