[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"] [sub_resource type="PrismMesh" id="PrismMesh_y7abh"] size = Vector3(0.5, 1.6, 0.5) [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2f50n"] radius = 0.25 height = 1.6 [node name="Player" type="CharacterBody3D" node_paths=PackedStringArray("model") groups=["player"]] script = ExtResource("1_8gebs") model = NodePath("Model") [node name="Model" type="Node3D" parent="."] [node name="MeshInstance3D" type="MeshInstance3D" parent="Model"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0) mesh = SubResource("PrismMesh_y7abh") [node name="Collision" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0) shape = SubResource("CapsuleShape3D_2f50n") [node name="Animation" type="AnimationPlayer" parent="."] [node name="Health" parent="." instance=ExtResource("2_np5ag")] [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"