- Added a method for animating FOV, and added it to the ending cameras.

- Started reworking Modem cameras.
- Finally fixed ScreenUV shader, so the Modem's static looks correct.
This commit is contained in:
2026-03-11 02:34:00 -04:00
parent 23133f3aee
commit 6ba521ea56
15 changed files with 815 additions and 320 deletions
@@ -72,6 +72,7 @@ public class GameManagerRound2 : GameManagerBase
_CameraControllerRound2.InitialiseCameras();
_CameraControllerRound2.DisableAllSwitchers();
_CameraControllerRound2.SwitchToModemCamera();
_CameraControllerRound2.ActivateHostAllPlayersCameraTrigger();
RequestSerialization();