add booths
This commit is contained in:
parent
41ab1eabc0
commit
59f7b7f863
16 changed files with 290 additions and 3 deletions
27
Scenes/Props/StaticFurniture/90sGameroomBoothDouble.tscn
Normal file
27
Scenes/Props/StaticFurniture/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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue