22 lines
830 B
Plaintext
22 lines
830 B
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://d02cqylu3xwos"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://diwlyi146eroa" path="res://models/table.fbx" id="1_1soa3"]
|
||
|
[ext_resource type="Script" path="res://scripts/BuildingBlockCreator.cs" id="2_rqgiy"]
|
||
|
|
||
|
[sub_resource type="BoxShape3D" id="BoxShape3D_iiew7"]
|
||
|
size = Vector3(1.26587, 0.102112, 2.3989)
|
||
|
|
||
|
[node name="table" type="StaticBody3D"]
|
||
|
collision_layer = 2
|
||
|
collision_mask = 2
|
||
|
|
||
|
[node name="table" parent="." instance=ExtResource("1_1soa3")]
|
||
|
|
||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00354004, 1.05606, -0.00126699)
|
||
|
shape = SubResource("BoxShape3D_iiew7")
|
||
|
|
||
|
[node name="Node3D" type="Node3D" parent="."]
|
||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.58235, 0)
|
||
|
script = ExtResource("2_rqgiy")
|