27 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
[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")
 |