- 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:
@@ -234,7 +234,7 @@ public class LocationBoard : UdonSharpBehaviour
|
||||
}
|
||||
|
||||
|
||||
public void InitiateBoardReset() { _GameManager.LocationBoardReset(); }
|
||||
public void InitiateBoardReset() { _GameManager.LocationBoardReset(true); }
|
||||
|
||||
[NetworkCallable]
|
||||
public void ResetPanelBoard()
|
||||
|
||||
Reference in New Issue
Block a user