- 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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user