- Created a fully-populated map of Africa for round 3.

- Added placeholder portraits for all crooks.
This commit is contained in:
Jamie Greunbaum
2025-06-20 04:13:15 -04:00
parent 7300259bf2
commit 621ffcaea9
88 changed files with 16675 additions and 167 deletions
@@ -230,6 +230,12 @@ public class LocationBoard : UdonSharpBehaviour
_HasBeenCheckedBefore[i] = false;
}
MeshRenderer CrookMesh;
if (CrookMesh = LocationPanelsCrook[CrookLocation - 1].GetComponent<MeshRenderer>())
{
CrookMesh.sharedMaterial.SetTexture("_MainTex", _GameManager.GetCrookPortrait());
}
RandomiseMaterials();
RequestSerialization();