Clue image in the ACME Crimenet Computer now resets correctly.
This commit is contained in:
@@ -65,6 +65,9 @@ public class ACMECrimenetComputer : UdonSharpBehaviour
|
||||
_Animator.SetBool("Throw Clue Into The Air", false);
|
||||
_Animator.SetBool("Run Translator", false);
|
||||
|
||||
_ClueImageCard.transform.localPosition = Vector3.zero;
|
||||
_ClueImageCard.transform.localRotation = Quaternion.identity;
|
||||
|
||||
_UntranslatedCard.SetParent(_UntranslatedCardSpawn);
|
||||
_UntranslatedCard.localPosition = Vector3.zero;
|
||||
_UntranslatedCard.localRotation = Quaternion.identity;
|
||||
|
||||
Reference in New Issue
Block a user