diff options
Diffstat (limited to 'ship/mast/mast.tscn')
-rw-r--r-- | ship/mast/mast.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ship/mast/mast.tscn b/ship/mast/mast.tscn index 0f9e068..8148e31 100644 --- a/ship/mast/mast.tscn +++ b/ship/mast/mast.tscn @@ -7,8 +7,18 @@ extents = Vector3( 0.258624, 13.019, 1.30381 ) [node name="mast" instance=ExtResource( 1 )] +[node name="StaticBody" parent="mast/crows_nest" index="0"] +collision_layer = 4 +collision_mask = 0 + [node name="StaticBody" type="StaticBody" parent="mast/ladder" index="0" groups=["ladder"]] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="mast/ladder/StaticBody" index="0"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12.1324, 0 ) shape = SubResource( 1 ) + +[node name="StaticBody" parent="mast" index="2"] +collision_layer = 4 +collision_mask = 0 |