20 lines
830 B
Text
20 lines
830 B
Text
[gd_scene load_steps=4 format=3 uid="uid://ct650octef6l3"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cwc5pk8n2n85j" path="res://objects/destructable_props/table_destroyed.tscn" id="1_370rb"]
|
|
[ext_resource type="PackedScene" uid="uid://48poptqvf7w4" path="res://assets/models/props/long_table.blend" id="2_7o4nk"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_j8sr1"]
|
|
size = Vector3(4.04395, 1.09866, 1.95508)
|
|
|
|
[node name="Table" type="Node3D"]
|
|
|
|
[node name="HitBox" type="DestructableObject" parent="."]
|
|
collision_layer = 3
|
|
defense = 2
|
|
destroyed_object = ExtResource("1_370rb")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="HitBox"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.559225, 0)
|
|
shape = SubResource("BoxShape3D_j8sr1")
|
|
|
|
[node name="long_table" parent="." instance=ExtResource("2_7o4nk")]
|