character_sign_choco.tscn 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [gd_scene load_steps=7 format=3 uid="uid://cxdvll60r67q8"]
  2. [ext_resource type="PackedScene" uid="uid://kk3y127ia4bk" path="res://component/entity/buildings/character_sign_choco/CartoonCharacterSignChocoLate.glb" id="1_ufwpa"]
  3. [ext_resource type="PackedScene" uid="uid://ba3gf7iy3mxbq" path="res://component/entity/collectibles/chocolate/chocolate.tscn" id="2_4t274"]
  4. [sub_resource type="CylinderShape3D" id="CylinderShape3D_cylle"]
  5. height = 4.0
  6. radius = 1.0
  7. [sub_resource type="BoxShape3D" id="BoxShape3D_kohku"]
  8. size = Vector3(6, 1.2, 2)
  9. [sub_resource type="BoxShape3D" id="BoxShape3D_sk56m"]
  10. size = Vector3(6, 1.2, 2.32)
  11. [sub_resource type="BoxShape3D" id="BoxShape3D_ve6a0"]
  12. size = Vector3(1.2, 4.8, 2)
  13. [node name="ChocoSign" type="StaticBody3D"]
  14. collision_mask = 0
  15. [node name="CartoonCharacterSignChocoLate" parent="." instance=ExtResource("1_ufwpa")]
  16. transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
  17. [node name="Trunk" type="CollisionShape3D" parent="."]
  18. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
  19. shape = SubResource("CylinderShape3D_cylle")
  20. [node name="Smile" type="CollisionShape3D" parent="."]
  21. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.6, 0)
  22. shape = SubResource("BoxShape3D_kohku")
  23. [node name="Hat" type="CollisionShape3D" parent="."]
  24. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9.4, 0)
  25. shape = SubResource("BoxShape3D_sk56m")
  26. [node name="Eye1" type="CollisionShape3D" parent="."]
  27. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.4, 7.2, 0)
  28. shape = SubResource("BoxShape3D_ve6a0")
  29. [node name="Eye2" type="CollisionShape3D" parent="."]
  30. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.4, 7.2, 0)
  31. shape = SubResource("BoxShape3D_ve6a0")
  32. [node name="ChocolateTablet" parent="." instance=ExtResource("2_4t274")]
  33. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 7.04626, 0)