rearrange
This commit is contained in:
parent
f74aba0eaf
commit
971c7995d9
23 changed files with 20 additions and 20 deletions
27
Scenes/Props/Static/90sGameroomBoothDouble.tscn
Normal file
27
Scenes/Props/Static/90sGameroomBoothDouble.tscn
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://drefk2prtcm45"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bjyfhsq4do1nx" path="res://Models/Furniture/90sGameroomBoothDouble.glb" id="1_g4lvn"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_lbe82"]
|
||||
friction = 0.5
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_lbe82"]
|
||||
size = Vector3(1.2, 0.4, 1.5)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_domyf"]
|
||||
size = Vector3(0.2, 0.6, 1.5)
|
||||
|
||||
[node name="90sGameroomBoothDouble" type="Node3D"]
|
||||
|
||||
[node name="90sGameroomBoothDouble" parent="." instance=ExtResource("1_g4lvn")]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
physics_material_override = SubResource("PhysicsMaterial_lbe82")
|
||||
|
||||
[node name="CollisionShape3D5" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.2, 0)
|
||||
shape = SubResource("BoxShape3D_lbe82")
|
||||
|
||||
[node name="CollisionShape3D6" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.7, 0)
|
||||
shape = SubResource("BoxShape3D_domyf")
|
||||
27
Scenes/Props/Static/90sGameroomBoothSingle.tscn
Normal file
27
Scenes/Props/Static/90sGameroomBoothSingle.tscn
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://du5bev7fs7kwf"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://0u3pbwck2ur2" path="res://Models/Furniture/90sGameroomBoothSingle.glb" id="1_5ue8p"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_lbe82"]
|
||||
friction = 0.5
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_lbe82"]
|
||||
size = Vector3(0.65, 0.4, 1.5)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_domyf"]
|
||||
size = Vector3(0.1, 0.6, 1.5)
|
||||
|
||||
[node name="90sGameroomBoothSingle" type="Node3D"]
|
||||
|
||||
[node name="90sGameroomBoothSingle" parent="." instance=ExtResource("1_5ue8p")]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
physics_material_override = SubResource("PhysicsMaterial_lbe82")
|
||||
|
||||
[node name="CollisionShape3D5" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.025, 0.2, 0)
|
||||
shape = SubResource("BoxShape3D_lbe82")
|
||||
|
||||
[node name="CollisionShape3D6" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0.7, 0)
|
||||
shape = SubResource("BoxShape3D_domyf")
|
||||
27
Scenes/Props/Static/90sShowroomBoothDouble.tscn
Normal file
27
Scenes/Props/Static/90sShowroomBoothDouble.tscn
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://dwv4f6bls2btr"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cs4vqegg8bw53" path="res://Models/Furniture/90sShowroomBoothDouble.glb" id="1_opex6"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_lbe82"]
|
||||
friction = 0.5
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_lbe82"]
|
||||
size = Vector3(1.2, 0.4, 1.5)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_domyf"]
|
||||
size = Vector3(0.2, 0.6, 1.5)
|
||||
|
||||
[node name="90sShowroomBoothDouble" type="Node3D"]
|
||||
|
||||
[node name="90sShowroomBoothDouble" parent="." instance=ExtResource("1_opex6")]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
physics_material_override = SubResource("PhysicsMaterial_lbe82")
|
||||
|
||||
[node name="CollisionShape3D5" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.2, 0)
|
||||
shape = SubResource("BoxShape3D_lbe82")
|
||||
|
||||
[node name="CollisionShape3D6" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.7, 0)
|
||||
shape = SubResource("BoxShape3D_domyf")
|
||||
27
Scenes/Props/Static/90sShowroomBoothSingle.tscn
Normal file
27
Scenes/Props/Static/90sShowroomBoothSingle.tscn
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://b3y3v2k05s3qx"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://covfe2tcx1n05" path="res://Models/Furniture/90sShowroomBoothSingle.glb" id="1_pn4cv"]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_ft2rg"]
|
||||
friction = 0.5
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_mktyq"]
|
||||
size = Vector3(0.65, 0.4, 1.5)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_gjci2"]
|
||||
size = Vector3(0.1, 0.6, 1.5)
|
||||
|
||||
[node name="90sShowroomBoothDouble" type="Node3D"]
|
||||
|
||||
[node name="90sShowroomBoothSingle" parent="." instance=ExtResource("1_pn4cv")]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
physics_material_override = SubResource("PhysicsMaterial_ft2rg")
|
||||
|
||||
[node name="CollisionShape3D5" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.025, 0.2, 0)
|
||||
shape = SubResource("BoxShape3D_mktyq")
|
||||
|
||||
[node name="CollisionShape3D6" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0.7, 0)
|
||||
shape = SubResource("BoxShape3D_gjci2")
|
||||
Loading…
Add table
Add a link
Reference in a new issue