Fence fortified now properly centered in build mode.
parent
31d6fec969
commit
7c200b8dcb
|
@ -2,13 +2,16 @@
|
|||
|
||||
[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)
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hk10f"]
|
||||
size = Vector3(0.487061, 0.506958, 0.0766602)
|
||||
|
||||
[node name="fence-fortified" instance=ExtResource("1_mg881")]
|
||||
[node name="fence_fortified" type="Node3D"]
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="." index="1"]
|
||||
[node name="fence-fortified2" parent="." instance=ExtResource("1_mg881")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.227905)
|
||||
|
||||
[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")
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00012207, 0.265316, -0.00170898)
|
||||
shape = SubResource("BoxShape3D_hk10f")
|
||||
|
|
|
@ -12,3 +12,4 @@ icon = ExtResource("1_hyv8l")
|
|||
max_stack_size = 64
|
||||
is_tool = false
|
||||
is_buildable = true
|
||||
tool_action = 0
|
||||
|
|
Loading…
Reference in New Issue