Player view and world models

This commit is contained in:
Rendo 2025-11-26 20:09:44 +05:00
commit b601b9430e
4 changed files with 24 additions and 1 deletions

View file

@ -0,0 +1,6 @@
extends Node
@export var visible_for_others: bool = false
func _ready() -> void:
get_parent().visible = (get_multiplayer_authority() != multiplayer.get_unique_id()) == visible_for_others