Browse Source

Changed AudioTag replace tag settings to be more useful

Default to {audio=Audiotag}. User changes ‘AudioTag’ to match the game
object name.
master
chrisgregan 10 years ago
parent
commit
525e1643a1
  1. 6
      Assets/Fungus/Narrative/Resources/AudioTag.prefab

6
Assets/Fungus/Narrative/Resources/AudioTag.prefab

@ -24,7 +24,7 @@ Transform:
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 177196}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: .0389058143, y: -4.39559603, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
@ -111,8 +111,8 @@ MonoBehaviour:
m_EditorClassIdentifier:
tagStartSymbol: '{customName}'
tagEndSymbol: '{/customName}'
replaceTagStartWith: '{color=blue}'
replaceTagEndWith: '{/color}'
replaceTagStartWith: '{audio=AudioTag}'
replaceTagEndWith: '{/audio}'
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1

Loading…
Cancel
Save