Oh, boy. Lots of changes here.
- Added SFX for opening and closing file cabinets, and an extra boing sound. - Filing cabinet animations improved. - Filing cabinet code made more efficient, relying less on copy-paste code. - Cleaned up unused sound effects. - Improved compression of used sound effects. - Improved Wonder Rat's portrait. - Double Trouble's portrait now matches the resolution of other portraits. - Added missing credit information for Cody, Wyoming stock photo. - Edited Patty Larceny's Africa jail call to match her other lines' takes.
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
|
||||
using System;
|
||||
using TMPro;
|
||||
using UdonSharp;
|
||||
using UnityEngine;
|
||||
using VRC.SDK3.Image;
|
||||
using VRC.SDKBase;
|
||||
using VRC.Udon;
|
||||
using VRC.Udon.Common.Interfaces;
|
||||
|
||||
|
||||
@@ -44,6 +41,14 @@ public class FilingCabinetNoteDispenser : UdonSharpBehaviour
|
||||
|
||||
_ClueCard.localPosition = Vector3.zero;
|
||||
_ClueCard.localRotation = Quaternion.identity;
|
||||
|
||||
_ImageCard.transform.localPosition = Vector3.zero;
|
||||
_ImageCard.transform.localRotation = Quaternion.identity;
|
||||
|
||||
if (_Activate && Note != "")
|
||||
{
|
||||
_AudioManager.SendCustomNetworkEvent(NetworkEventTarget.All, "PlaySFX", SFXEventType.Boing2);
|
||||
}
|
||||
|
||||
RequestSerialization();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user