- Added victory music to round 2.
- Host card buttons finally properly activate and deactivate during round 2. - Added tags to camera controller errors in each round manager.
This commit is contained in:
@@ -234,15 +234,15 @@ public class LocationBoard : UdonSharpBehaviour
|
||||
|
||||
if (RevealedPanel == LootLocation)
|
||||
{
|
||||
_GameManager.SendCustomEventDelayedSeconds("PlayTheLoot", 0.35f);
|
||||
_GameManager.SendCustomEventDelayedSeconds("FoundTheLoot", 0.35f);
|
||||
}
|
||||
else if (RevealedPanel == WarrantLocation)
|
||||
{
|
||||
_GameManager.SendCustomEventDelayedSeconds("PlayTheWarrant", 0.35f);
|
||||
_GameManager.SendCustomEventDelayedSeconds("FoundTheWarrant", 0.35f);
|
||||
}
|
||||
else if (RevealedPanel == CrookLocation)
|
||||
{
|
||||
_GameManager.SendCustomEventDelayedSeconds("PlayTheCrookTheme", 0.35f);
|
||||
_GameManager.SendCustomEventDelayedSeconds("FoundTheCrook", 0.35f);
|
||||
}
|
||||
|
||||
if (_OrderIsCorrect[0] && _OrderIsCorrect[1] && _OrderIsCorrect[2])
|
||||
|
||||
Reference in New Issue
Block a user