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