|
@@ -1,4 +1,4 @@
|
|
|
-[gd_scene load_steps=10 format=3 uid="uid://ba3gf7iy3mxbq"]
|
|
|
+[gd_scene load_steps=11 format=3 uid="uid://ba3gf7iy3mxbq"]
|
|
|
|
|
|
[ext_resource type="Script" path="res://component/entity/collectibles/chocolate/chocolate.gd" id="1_wk24q"]
|
|
|
|
|
@@ -32,9 +32,29 @@ tracks/0/interp = 1
|
|
|
tracks/0/loop_wrap = true
|
|
|
tracks/0/keys = PackedFloat32Array(0, 1, 0, 0, 0, 1)
|
|
|
|
|
|
+[sub_resource type="Animation" id="Animation_d6qxv"]
|
|
|
+resource_name = "collection"
|
|
|
+length = 2.0
|
|
|
+step = 0.25
|
|
|
+tracks/0/type = "rotation_3d"
|
|
|
+tracks/0/imported = false
|
|
|
+tracks/0/enabled = true
|
|
|
+tracks/0/path = NodePath(".")
|
|
|
+tracks/0/interp = 1
|
|
|
+tracks/0/loop_wrap = true
|
|
|
+tracks/0/keys = PackedFloat32Array(0, 1, 0, 0, 0, 1, 0.5, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, -1, 1.5, 1, 0, -1, 0, 0, 2, 1, 0, 0, 0, 1)
|
|
|
+tracks/1/type = "scale_3d"
|
|
|
+tracks/1/imported = false
|
|
|
+tracks/1/enabled = true
|
|
|
+tracks/1/path = NodePath(".")
|
|
|
+tracks/1/interp = 2
|
|
|
+tracks/1/loop_wrap = true
|
|
|
+tracks/1/keys = PackedFloat32Array(1, 1, 1, 1, 1, 2, 1, 0, 0, 0)
|
|
|
+
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_djjxd"]
|
|
|
_data = {
|
|
|
"RESET": SubResource("Animation_cfly2"),
|
|
|
+"collection": SubResource("Animation_d6qxv"),
|
|
|
"idle": SubResource("Animation_0f754")
|
|
|
}
|
|
|
|
|
@@ -58,6 +78,7 @@ material = SubResource("StandardMaterial3D_ds5yo")
|
|
|
size = Vector3(0.85, 0.8, 0.25)
|
|
|
|
|
|
[node name="Chocolate" type="Node3D"]
|
|
|
+script = ExtResource("1_wk24q")
|
|
|
|
|
|
[node name="ChocolateAnimation" type="AnimationPlayer" parent="."]
|
|
|
root_node = NodePath("../ChocolateTablet")
|
|
@@ -69,7 +90,6 @@ autoplay = "idle"
|
|
|
[node name="ChocolateTablet" type="Area3D" parent="."]
|
|
|
collision_layer = 32
|
|
|
collision_mask = 10
|
|
|
-script = ExtResource("1_wk24q")
|
|
|
|
|
|
[node name="ChocolateCollisionShape3D" type="CollisionShape3D" parent="ChocolateTablet"]
|
|
|
transform = Transform3D(1, 0, 1.74846e-07, 0, 1, 0, -1.74846e-07, 0, 1, 0, 0, 0)
|
|
@@ -82,4 +102,4 @@ mesh = SubResource("BoxMesh_c10ab")
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.119209, 0)
|
|
|
mesh = SubResource("BoxMesh_ialpe")
|
|
|
|
|
|
-[connection signal="body_entered" from="ChocolateTablet" to="ChocolateTablet" method="_on_body_entered"]
|
|
|
+[connection signal="body_entered" from="ChocolateTablet" to="." method="_on_chocolate_tablet_body_entered"]
|