diff --git a/scenes/player.tscn b/scenes/player.tscn index 8efc0e2..cd84c8c 100644 --- a/scenes/player.tscn +++ b/scenes/player.tscn @@ -23,7 +23,6 @@ properties/2/replication_mode = 1 [node name="Player" type="CharacterBody3D"] collision_layer = 2 script = ExtResource("1_82m0t") -_respawn_height = null [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) diff --git a/scripts/player.gd b/scripts/player.gd index bb0b407..3f74e58 100644 --- a/scripts/player.gd +++ b/scripts/player.gd @@ -24,6 +24,8 @@ func _enter_tree() -> void: func _ready() -> void: + _name_label.text = str(name) + print(str(name), Networker.players) if not is_multiplayer_authority(): return