TinyAdventure/assets/items/fence_fortified.tscn

15 lines
628 B
Plaintext
Raw Normal View History

2024-09-27 18:09:30 +02:00
[gd_scene load_steps=3 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_mg881"]
[sub_resource type="BoxShape3D" id="BoxShape3D_plfn4"]
size = Vector3(0.51, 0.51, 0.1)
[node name="fence-fortified" instance=ExtResource("1_mg881")]
[node name="StaticBody3D" type="StaticBody3D" parent="." index="1"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D" index="0"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.25, -0.226656)
shape = SubResource("BoxShape3D_plfn4")