diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 09:02:19 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 09:02:19 -0400 |
commit | 82798bd4abf171d18cb89b41ccb305c68d5c0d21 (patch) | |
tree | d23fa4101ebb75969f65cdcc39ba54565995ebe3 /ship | |
parent | 0b7daa101c282fe83b6d75b080e25d0e2147253f (diff) | |
download | godot_wildjam_49-82798bd4abf171d18cb89b41ccb305c68d5c0d21.tar.gz godot_wildjam_49-82798bd4abf171d18cb89b41ccb305c68d5c0d21.zip |
Cull the Water from the below deck camera
Diffstat (limited to 'ship')
-rw-r--r-- | ship/ship/ship.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ship/ship/ship.tscn b/ship/ship/ship.tscn index eaf0161..0609dd1 100644 --- a/ship/ship/ship.tscn +++ b/ship/ship/ship.tscn @@ -378,6 +378,7 @@ render_target_v_flip = true [node name="Camera" type="Camera" parent="ViewPorts/below_deck"] transform = Transform( 0.897382, 0, 0.441255, 0, 1, 0, -0.441255, 0, 0.897382, 4.54343, -0.839509, 29.0326 ) +cull_mask = 1048573 [node name="bridge_downstairs" type="Viewport" parent="ViewPorts"] size = Vector2( 320, 180 ) |