27 lines
857 B
Plaintext
27 lines
857 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dsgxat46qwqbn"]
|
|
|
|
[ext_resource type="Material" uid="uid://c22wyfih5ebfy" path="res://assets/wood.tres" id="1_jd0nb"]
|
|
|
|
[node name="table" type="Node3D"]
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="."]
|
|
use_collision = true
|
|
material = ExtResource("1_jd0nb")
|
|
|
|
[node name="CSGBox3D" type="CSGBox3D" parent="CSGBox3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.051330745, 0)
|
|
operation = 2
|
|
size = Vector3(0.8, 0.9, 1)
|
|
material = ExtResource("1_jd0nb")
|
|
|
|
[node name="CSGBox3D2" type="CSGBox3D" parent="CSGBox3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.051330745, 0)
|
|
operation = 2
|
|
size = Vector3(1, 0.9, 0.8)
|
|
material = ExtResource("1_jd0nb")
|
|
|
|
[node name="Label3D" type="Label3D" parent="CSGBox3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
billboard = 1
|
|
text = "Table"
|