|
@@ -3,37 +3,40 @@
|
|
|
[ext_resource type="PackedScene" uid="uid://kk3y127ia4bk" path="res://component/entity/buildings/character_sign_choco/CartoonCharacterSignChocoLate.glb" id="1_ufwpa"]
|
|
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_cylle"]
|
|
|
+height = 4.0
|
|
|
+radius = 1.0
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_kohku"]
|
|
|
-size = Vector3(3, 0.6, 1)
|
|
|
+size = Vector3(6, 1.2, 2)
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_sk56m"]
|
|
|
-size = Vector3(3, 0.6, 1.16)
|
|
|
+size = Vector3(6, 1.2, 2.32)
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ve6a0"]
|
|
|
-size = Vector3(0.6, 2.4, 1)
|
|
|
+size = Vector3(1.2, 4.8, 2)
|
|
|
|
|
|
[node name="ChocoSign" type="StaticBody3D"]
|
|
|
collision_mask = 0
|
|
|
|
|
|
[node name="CartoonCharacterSignChocoLate" parent="." instance=ExtResource("1_ufwpa")]
|
|
|
+transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
|
|
|
|
|
|
[node name="Trunk" type="CollisionShape3D" parent="."]
|
|
|
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.00004, 0)
|
|
|
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
|
|
|
shape = SubResource("CylinderShape3D_cylle")
|
|
|
|
|
|
[node name="Smile" type="CollisionShape3D" parent="."]
|
|
|
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.3, 0)
|
|
|
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.6, 0)
|
|
|
shape = SubResource("BoxShape3D_kohku")
|
|
|
|
|
|
[node name="Hat" type="CollisionShape3D" parent="."]
|
|
|
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.7, 0)
|
|
|
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9.4, 0)
|
|
|
shape = SubResource("BoxShape3D_sk56m")
|
|
|
|
|
|
[node name="Eye1" type="CollisionShape3D" parent="."]
|
|
|
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.2, 3.6, 0)
|
|
|
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.4, 7.2, 0)
|
|
|
shape = SubResource("BoxShape3D_ve6a0")
|
|
|
|
|
|
[node name="Eye2" type="CollisionShape3D" parent="."]
|
|
|
-transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.2, 3.6, 0)
|
|
|
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.4, 7.2, 0)
|
|
|
shape = SubResource("BoxShape3D_ve6a0")
|