- Interaction text finally made properly visible.

- ACME Crimenet Computer clue images no longer infect the host card.
- The Chase now begins without an awkward delay beforehand.
This commit is contained in:
2025-08-14 05:19:23 -04:00
parent 7b5fa6d83a
commit 27da1f5bf4
9 changed files with 422 additions and 196 deletions
@@ -104,7 +104,7 @@ public class ACMECrimenetComputer : UdonSharpBehaviour
}
public override void OnImageLoadSuccess(IVRCImageDownload Result)
{
_ClueImageCard.sharedMaterial.SetTexture("_MainTex", Result.Result);
_ClueImageCard.material.SetTexture("_MainTex", Result.Result);
base.OnImageLoadSuccess(Result);
}