Player spawn test number 2

This commit is contained in:
2025-08-07 21:09:12 -05:00
parent 33fee89633
commit 492659bcb8
6 changed files with 94 additions and 44 deletions

View File

@@ -1,7 +1,6 @@
[gd_scene load_steps=8 format=3 uid="uid://csmfxg011xisf"]
[gd_scene load_steps=7 format=3 uid="uid://csmfxg011xisf"]
[ext_resource type="Script" uid="uid://dopyfulbw2mx5" path="res://player/player.gd" id="1_ulp21"]
[ext_resource type="PackedScene" uid="uid://8phs2e161db1" path="res://ui/multiplayer-debug-ui/multiplayer-debug-ui.tscn" id="2_3c3w1"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ehsmr"]
@@ -33,7 +32,6 @@ script = ExtResource("1_ulp21")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.399442, 0.0644827)
cull_mask = 1048573
current = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("CapsuleShape3D_ehsmr")
@@ -72,7 +70,3 @@ replication_config = SubResource("SceneReplicationConfig_ulp21")
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.887858, 0)
billboard = 1
text = "Username"
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Multiplayer-debug-ui" parent="CanvasLayer" instance=ExtResource("2_3c3w1")]