xw_bumper.prefab.tscn 1.3 KB

123456789101112131415161718192021222324252627
  1. [gd_scene format=3 uid="uid://v5rbbamayaom"]
  2. [ext_resource type="Script" uid="uid://ci7vogd1oaojx" path="res://addons/xbase_plugin/axNode3D.gd" id="1_8ddb6"]
  3. [ext_resource type="ArrayMesh" uid="uid://dwlvc0u0xxer" path="res://addons/xworld-assets/CoreBuildingPack/Meshes/extracted/xw_furniture.Cube_001.mesh" id="2_8uvww"]
  4. [ext_resource type="Material" uid="uid://upw2e83olos7" path="res://addons/xworld-assets/CoreBuildingPack/Materials/xw_Dark_Grey.material" id="3_srh05"]
  5. [sub_resource type="BoxShape3D" id="BoxShape3D_kig3n"]
  6. size = Vector3(1.25, 0.13, 0.1)
  7. [node name="xw_bumper" type="Node3D" unique_id=748043368]
  8. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9.180504, 0, -13.273742)
  9. script = ExtResource("1_8ddb6")
  10. useLayers = true
  11. Layers = "Furniture"
  12. EdgeInstanceTypes = PackedStringArray()
  13. EdgeInstanceValues = PackedInt64Array()
  14. [node name="MeshRenderer" type="MeshInstance3D" parent="." unique_id=844798564]
  15. gi_mode = 2
  16. mesh = ExtResource("2_8uvww")
  17. surface_material_override/0 = ExtResource("3_srh05")
  18. [node name="BoxCollider" type="StaticBody3D" parent="." unique_id=1553861744]
  19. [node name="CollisionShape3D" type="CollisionShape3D" parent="BoxCollider" unique_id=895232962]
  20. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.945, 0.010331929)
  21. shape = SubResource("BoxShape3D_kig3n")