diff options
Diffstat (limited to '')
-rw-r--r-- | ship/ship/ship.tscn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ship/ship/ship.tscn b/ship/ship/ship.tscn index adb09a3..0412661 100644 --- a/ship/ship/ship.tscn +++ b/ship/ship/ship.tscn @@ -223,6 +223,8 @@ mesh = SubResource( 1 ) material/0 = ExtResource( 11 ) [node name="StaticBody" type="StaticBody" parent="pivot/below_deck"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="pivot/below_deck/StaticBody"] shape = SubResource( 2 ) @@ -231,6 +233,8 @@ shape = SubResource( 2 ) mesh = SubResource( 3 ) [node name="StaticBody" type="StaticBody" parent="pivot/below_deck_wall"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="pivot/below_deck_wall/StaticBody"] shape = SubResource( 4 ) @@ -239,6 +243,8 @@ shape = SubResource( 4 ) mesh = SubResource( 5 ) [node name="StaticBody" type="StaticBody" parent="pivot/below_deck_wall_1"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="pivot/below_deck_wall_1/StaticBody"] shape = SubResource( 6 ) @@ -247,6 +253,8 @@ shape = SubResource( 6 ) mesh = SubResource( 7 ) [node name="StaticBody" type="StaticBody" parent="pivot/bow"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="pivot/bow/StaticBody"] shape = SubResource( 8 ) @@ -257,6 +265,8 @@ material/0 = SubResource( 16 ) material/1 = SubResource( 19 ) [node name="StaticBody" type="StaticBody" parent="pivot/bridge"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="pivot/bridge/StaticBody"] shape = SubResource( 10 ) @@ -265,6 +275,8 @@ shape = SubResource( 10 ) mesh = SubResource( 11 ) [node name="StaticBody" type="StaticBody" parent="pivot/hull"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="pivot/hull/StaticBody"] shape = SubResource( 12 ) @@ -273,6 +285,8 @@ shape = SubResource( 12 ) mesh = SubResource( 13 ) [node name="StaticBody" type="StaticBody" parent="pivot/rear-deck"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="pivot/rear-deck/StaticBody"] shape = SubResource( 14 ) @@ -282,6 +296,8 @@ mesh = SubResource( 15 ) material/0 = SubResource( 20 ) [node name="StaticBody" type="StaticBody" parent="pivot/top_deck"] +collision_layer = 4 +collision_mask = 0 [node name="CollisionShape" type="CollisionShape" parent="pivot/top_deck/StaticBody"] transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -7.72568 ) |