19 lines
780 B
Plaintext
19 lines
780 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dv60qx8nqw3vg"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cg5cy35mk8nba" path="res://assets/3rdparty/kenney/survival-kit/Models/fence-fortified.glb" id="1_dy1c1"]
|
|
[ext_resource type="Script" path="res://objects/built_structure.gd" id="1_mgd5t"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_kha47"]
|
|
size = Vector3(0.52, 0.52, 0.1)
|
|
|
|
[node name="Fence" type="StaticBody3D"]
|
|
collision_layer = 33
|
|
script = ExtResource("1_mgd5t")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.25949, 0)
|
|
shape = SubResource("BoxShape3D_kha47")
|
|
|
|
[node name="Geometry" parent="." instance=ExtResource("1_dy1c1")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.226733)
|