- Built out the basic layout for the game's rooms.

- Added a new music track for between rounds 1 and 2.
- Music now plays between rounds.
- Round 2 now resets properly, even when not reloading the entire case.
This commit is contained in:
2025-08-01 16:02:11 -04:00
parent 9b847375c7
commit 7657b8759f
27 changed files with 11963 additions and 298 deletions
@@ -234,7 +234,7 @@ public class LocationBoard : UdonSharpBehaviour
}
public void InitiateBoardReset() { _GameManager.LocationBoardReset(); }
public void InitiateBoardReset() { _GameManager.LocationBoardReset(true); }
[NetworkCallable]
public void ResetPanelBoard()