| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- [gd_scene format=3 uid="uid://cmpwjf7yjoi22"]
- [ext_resource type="Script" uid="uid://ci7vogd1oaojx" path="res://addons/xbase_plugin/axNode3D.gd" id="1_5n4vk"]
- [ext_resource type="ArrayMesh" uid="uid://c02akgl87e8ae" path="res://addons/xworld-assets/CoreBuildingPack/Meshes/extracted/xw_lifts.Cube.mesh" id="2_cwdf7"]
- [ext_resource type="Material" uid="uid://bl2irpjwtteg2" path="res://addons/xworld-assets/CoreBuildingPack/Materials/xw_white.material" id="3_xhr4u"]
- [ext_resource type="Material" uid="uid://b550ye1aipy8j" path="res://addons/xworld-assets/CoreBuildingPack/Materials/xw_generic_colors_gloss.material" id="4_1e2ye"]
- [sub_resource type="BoxShape3D" id="BoxShape3D_esops"]
- size = Vector3(0.29383525, 3.9760363, 3.002789)
- [sub_resource type="BoxShape3D" id="BoxShape3D_jxj47"]
- size = Vector3(0.26862836, 3.9865165, 3.015059)
- [sub_resource type="BoxShape3D" id="BoxShape3D_bbycv"]
- size = Vector3(2.6, 0, 3)
- [sub_resource type="BoxShape3D" id="BoxShape3D_esdqj"]
- size = Vector3(2.6, 4, 0.05035448)
- [node name="xw_lift" type="Node3D" unique_id=377338060]
- script = ExtResource("1_5n4vk")
- useLayers = true
- Layers = "Walls"
- EdgeInstanceTypes = PackedStringArray()
- EdgeInstanceValues = PackedInt64Array()
- [node name="MeshRenderer" type="MeshInstance3D" parent="." unique_id=1720705994]
- gi_mode = 2
- mesh = ExtResource("2_cwdf7")
- surface_material_override/0 = ExtResource("3_xhr4u")
- surface_material_override/1 = ExtResource("4_1e2ye")
- [node name="BoxCollider" type="StaticBody3D" parent="." unique_id=1774260818]
- [node name="CollisionShape3D" type="CollisionShape3D" parent="BoxCollider" unique_id=1411975819]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.14691763, 1.9880182, -1.4914277)
- shape = SubResource("BoxShape3D_esops")
- [node name="BoxCollider2" type="StaticBody3D" parent="." unique_id=1336805993]
- [node name="CollisionShape3D" type="CollisionShape3D" parent="BoxCollider2" unique_id=1043549143]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.4661856, 1.9932582, -1.4825037)
- shape = SubResource("BoxShape3D_jxj47")
- [node name="BoxCollider3" type="StaticBody3D" parent="." unique_id=1269263324]
- [node name="CollisionShape3D" type="CollisionShape3D" parent="BoxCollider3" unique_id=813878709]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.3, 0, -1.4900331)
- shape = SubResource("BoxShape3D_bbycv")
- [node name="BoxCollider4" type="StaticBody3D" parent="." unique_id=12735023]
- [node name="CollisionShape3D" type="CollisionShape3D" parent="BoxCollider4" unique_id=1173424099]
- transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.3, 2, -2.964856)
- shape = SubResource("BoxShape3D_esdqj")
|