GenericWall.prefab.tscn 1.1 KB

12345678910111213141516171819202122232425262728
  1. [gd_scene format=3 uid="uid://chpcayugx5lwh"]
  2. [ext_resource type="Script" uid="uid://ci7vogd1oaojx" path="res://addons/xbase_plugin/axNode3D.gd" id="1_0668c"]
  3. [ext_resource type="Material" uid="uid://1n8c07fuqvra" path="res://addons/xworld-assets/CoreBuildingPack/Materials/xw_WallDefault.material" id="2_st1o1"]
  4. [sub_resource type="BoxMesh" id="BoxMesh_d7qno"]
  5. resource_name = "Cube"
  6. [sub_resource type="BoxShape3D" id="BoxShape3D_1jsab"]
  7. [node name="GenericWall" type="Node3D" unique_id=834616248]
  8. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -17.008173, 1.7864542, -1.4809203)
  9. script = ExtResource("1_0668c")
  10. useLayers = true
  11. Layers = "Walls"
  12. EdgeInstanceTypes = PackedStringArray()
  13. EdgeInstanceValues = PackedInt64Array()
  14. [node name="MeshRenderer" type="MeshInstance3D" parent="." unique_id=57379461]
  15. gi_mode = 2
  16. mesh = SubResource("BoxMesh_d7qno")
  17. surface_material_override/0 = ExtResource("2_st1o1")
  18. [node name="BoxCollider" type="StaticBody3D" parent="." unique_id=1532939185]
  19. [node name="CollisionShape3D" type="CollisionShape3D" parent="BoxCollider" unique_id=1279136671]
  20. visible = false
  21. shape = SubResource("BoxShape3D_1jsab")