diff options
| author | yum <yum.food.vr@gmail.com> | 2022-10-24 22:08:06 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-10-24 22:08:06 -0700 |
| commit | 08655f96dc798e3e129058a5e97c5aa7ff96e798 (patch) | |
| tree | b2543852ec52fec22319f562a737e48e95681b37 /Animations | |
| parent | 4b0d262f4630538cc04f6e8bda407fe3f3ba213b (diff) | |
STT now beeps when it shows text, and can be locked to world
Empty cells are excluded from the beeping behavior. Note: I have not
checked in the prefab with the audio source yet.
* libtastt gen_fx now adds 3 toggles to FX layer: toggle board, toggle world
lock, toggle beep sound
* libunity guid_map can now append instead of replacing
* TaSTT_Toggle_{On,Off}.anim now use the prefab path, as do generated
animations
Diffstat (limited to 'Animations')
| -rw-r--r-- | Animations/TaSTT_Toggle_Off.anim | 4 | ||||
| -rw-r--r-- | Animations/TaSTT_Toggle_On.anim | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Animations/TaSTT_Toggle_Off.anim b/Animations/TaSTT_Toggle_Off.anim index 7a604bc..644379f 100644 --- a/Animations/TaSTT_Toggle_Off.anim +++ b/Animations/TaSTT_Toggle_Off.anim @@ -42,7 +42,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_IsActive - path: TaSTT + path: World Constraint/Container/TaSTT classID: 1 script: {fileID: 0} m_PPtrCurves: [] @@ -107,7 +107,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_IsActive - path: TaSTT + path: World Constraint/Container/TaSTT classID: 1 script: {fileID: 0} m_EulerEditorCurves: [] diff --git a/Animations/TaSTT_Toggle_On.anim b/Animations/TaSTT_Toggle_On.anim index 667cfdf..97ca5e4 100644 --- a/Animations/TaSTT_Toggle_On.anim +++ b/Animations/TaSTT_Toggle_On.anim @@ -42,7 +42,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_IsActive - path: TaSTT + path: World Constraint/Container/TaSTT classID: 1 script: {fileID: 0} m_PPtrCurves: [] @@ -107,7 +107,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_IsActive - path: TaSTT + path: World Constraint/Container/TaSTT classID: 1 script: {fileID: 0} m_EulerEditorCurves: [] |
