27 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
[gd_scene load_steps=5 format=3 uid="uid://calp6o1i36gsj"]
 | 
						|
 | 
						|
[ext_resource type="PackedScene" uid="uid://c4grjvmkfos7r" path="res://Models/Furniture/2000sBoothSingleLong.glb" id="1_evjo4"]
 | 
						|
 | 
						|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_lbe82"]
 | 
						|
friction = 0.5
 | 
						|
 | 
						|
[sub_resource type="BoxShape3D" id="BoxShape3D_lbe82"]
 | 
						|
size = Vector3(0.65, 0.5, 1.5)
 | 
						|
 | 
						|
[sub_resource type="BoxShape3D" id="BoxShape3D_domyf"]
 | 
						|
size = Vector3(0.1, 0.5, 1.5)
 | 
						|
 | 
						|
[node name="2000sBoothSingleLong" type="Node3D"]
 | 
						|
 | 
						|
[node name="2000sBoothSingleLong" parent="." instance=ExtResource("1_evjo4")]
 | 
						|
 | 
						|
[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.25, 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.75, 0)
 | 
						|
shape = SubResource("BoxShape3D_domyf")
 |