summaryrefslogtreecommitdiffstats
path: root/ship/mast/mast.tscn
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-16 04:14:17 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-16 04:14:17 -0400
commitc01850433a1357a647a7094270369a71e0052591 (patch)
tree4c52a14c3edf01d554c0fd86f85119ce1eac4431 /ship/mast/mast.tscn
parenteb31cb90e32ef15d7c76d526db4f057e82448b58 (diff)
downloadgodot_wildjam_49-c01850433a1357a647a7094270369a71e0052591.tar.gz
godot_wildjam_49-c01850433a1357a647a7094270369a71e0052591.zip
Add Collision Layers/Masks to New Stuff
Diffstat (limited to 'ship/mast/mast.tscn')
-rw-r--r--ship/mast/mast.tscn10
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