character_sign_choco.tscn 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [gd_scene load_steps=6 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. [sub_resource type="CylinderShape3D" id="CylinderShape3D_cylle"]
  4. height = 4.0
  5. radius = 1.0
  6. [sub_resource type="BoxShape3D" id="BoxShape3D_kohku"]
  7. size = Vector3(6, 1.2, 2)
  8. [sub_resource type="BoxShape3D" id="BoxShape3D_sk56m"]
  9. size = Vector3(6, 1.2, 2.32)
  10. [sub_resource type="BoxShape3D" id="BoxShape3D_ve6a0"]
  11. size = Vector3(1.2, 4.8, 2)
  12. [node name="ChocoSign" type="StaticBody3D"]
  13. collision_mask = 0
  14. [node name="CartoonCharacterSignChocoLate" parent="." instance=ExtResource("1_ufwpa")]
  15. transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
  16. [node name="Trunk" type="CollisionShape3D" parent="."]
  17. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0)
  18. shape = SubResource("CylinderShape3D_cylle")
  19. [node name="Smile" type="CollisionShape3D" parent="."]
  20. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.6, 0)
  21. shape = SubResource("BoxShape3D_kohku")
  22. [node name="Hat" type="CollisionShape3D" parent="."]
  23. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9.4, 0)
  24. shape = SubResource("BoxShape3D_sk56m")
  25. [node name="Eye1" type="CollisionShape3D" parent="."]
  26. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.4, 7.2, 0)
  27. shape = SubResource("BoxShape3D_ve6a0")
  28. [node name="Eye2" type="CollisionShape3D" parent="."]
  29. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.4, 7.2, 0)
  30. shape = SubResource("BoxShape3D_ve6a0")