Cameras during Round 1 are now mostly automated. Still needs work, though.

This commit is contained in:
2025-12-19 05:13:58 -05:00
parent 87f73af3a3
commit b4ff4d4a88
79 changed files with 6747 additions and 2290 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public class Buzzer : UdonSharpBehaviour
VRCPlayerApi LocalPlayer = Networking.LocalPlayer;
if (Podium.GetPlayerID() == LocalPlayer.playerId)
{
_GameManager.SendCustomNetworkEvent(NetworkEventTarget.All,
_GameManager.SendCustomNetworkEvent(NetworkEventTarget.Owner,
"PlayerBuzzedIn", Podium.PlayerNumber);
}