From c01850433a1357a647a7094270369a71e0052591 Mon Sep 17 00:00:00 2001
From: dusoleil <howcansocksbereal@gmail.com>
Date: Fri, 16 Sep 2022 04:14:17 -0400
Subject: Add Collision Layers/Masks to New Stuff

---
 ship/mast/mast.tscn | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'ship/mast')

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
-- 
cgit v1.2.3