Improved server
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://2lcnu3dy54lx"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://2lcnu3dy54lx"]
|
||||
|
||||
[ext_resource type="Script" path="res://player/Player.gd" id="1_8gebs"]
|
||||
[ext_resource type="PackedScene" uid="uid://2bbycjulf00g" path="res://character/health/HealthComponent.tscn" id="2_np5ag"]
|
||||
[ext_resource type="Script" path="res://player/controller/PlayerController.gd" id="3_oox5k"]
|
||||
|
||||
[sub_resource type="PrismMesh" id="PrismMesh_y7abh"]
|
||||
size = Vector3(0.5, 1.6, 0.5)
|
||||
@ -29,6 +28,7 @@ shape = SubResource("CapsuleShape3D_2f50n")
|
||||
|
||||
[node name="Health" parent="." instance=ExtResource("2_np5ag")]
|
||||
|
||||
[node name="Controller" type="Node" parent="." node_paths=PackedStringArray("character")]
|
||||
script = ExtResource("3_oox5k")
|
||||
character = NodePath("..")
|
||||
[node name="Label" type="Label3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.8, 0)
|
||||
billboard = 1
|
||||
text = "ABC"
|
||||
|
Reference in New Issue
Block a user