Auxiliary map screens now show during The Chase, and disappear on podium reset.

This commit is contained in:
2025-08-13 17:47:07 -04:00
parent e4b901a172
commit ccd73c5895
2 changed files with 18 additions and 12 deletions
+3
View File
@@ -87,6 +87,9 @@ public class PlayerPodium : UdonSharpBehaviour
EnableChoiceCards(false);
EnableBuzzer(false);
EnableBuzzInEffect(false);
ShowAuxiliaryVideoScreen(false);
ShowAuxiliaryMapScreen(false);
PlayerScore = 50;
ShowScoreCard = false;
}