[gd_scene load_steps=4 format=3 uid="uid://dblytp8pimgqb"] [ext_resource type="PackedScene" uid="uid://bchjc031iq241" path="res://assets/arcade/character-employee.glb" id="1_hubu7"] [ext_resource type="Script" path="res://GameElements/employee.gd" id="2_sbgai"] [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_lui0g"] radius = 2.0 height = 4.0 [node name="Employee" instance=ExtResource("1_hubu7")] script = ExtResource("2_sbgai") [node name="Skeleton3D" parent="character-employee" index="0"] bones/4/rotation = Quaternion(0, 0, -0.382683, 0.92388) bones/5/rotation = Quaternion(0, 0, 0.382683, 0.92388) [node name="AnimationPlayer" parent="." index="1"] autoplay = "idle" [node name="Area3D" type="Area3D" parent="." index="2"] collision_mask = 2 [node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" index="0"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) shape = SubResource("CapsuleShape3D_lui0g") [connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]