12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- [gd_scene load_steps=7 format=3 uid="uid://cxdvll60r67q8"]
- [ext_resource type="PackedScene" uid="uid://kk3y127ia4bk" path="res://component/entity/buildings/character_sign_choco/CartoonCharacterSignChocoLate.glb" id="1_ufwpa"]
- [ext_resource type="PackedScene" uid="uid://ba3gf7iy3mxbq" path="res://component/entity/collectibles/chocolate/chocolate.tscn" id="2_4t274"]
- [sub_resource type="CylinderShape3D" id="CylinderShape3D_cylle"]
- height = 4.0
- radius = 1.0
- [sub_resource type="BoxShape3D" id="BoxShape3D_kohku"]
- size = Vector3(6, 1.2, 2)
- [sub_resource type="BoxShape3D" id="BoxShape3D_sk56m"]
- size = Vector3(6, 1.2, 2.32)
- [sub_resource type="BoxShape3D" id="BoxShape3D_ve6a0"]
- 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, 2, 0)
- shape = SubResource("CylinderShape3D_cylle")
- [node name="Smile" type="CollisionShape3D" parent="."]
- 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, 9.4, 0)
- shape = SubResource("BoxShape3D_sk56m")
- [node name="Eye1" type="CollisionShape3D" parent="."]
- 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, -2.4, 7.2, 0)
- shape = SubResource("BoxShape3D_ve6a0")
- [node name="ChocolateTablet" parent="." instance=ExtResource("2_4t274")]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7.04626, 0)
|