Browse Source

Added FormatEnumNames() & SplitCamelCase() to StringFormatter #84

master
chrisgregan 10 years ago
parent
commit
aba7f1d050
  1. 52
      Assets/Fungus/FungusScript/Scripts/StringFormatter.cs
  2. 8
      Assets/Fungus/FungusScript/Scripts/StringFormatter.cs.meta
  3. 243
      Assets/FungusExamples/TheHunter/TheHunter.unity

52
Assets/Fungus/FungusScript/Scripts/StringFormatter.cs

@ -0,0 +1,52 @@
using UnityEngine;
using UnityEditor;
using System.IO;
using System.Collections;
using System.Text;
using System;
namespace Fungus
{
public class StringFormatter
{
public static string[] FormatEnumNames(Enum e, string firstLabel)
{
string[] enumLabels = Enum.GetNames(e.GetType());
enumLabels[0] = firstLabel;
for (int i=0; i<enumLabels.Length; i++)
{
enumLabels[i] = SplitCamelCase(enumLabels[i]);
}
return enumLabels;
}
public static string SplitCamelCase(string text)
{
if (string.IsNullOrEmpty(text))
return "";
StringBuilder newText = new StringBuilder(text.Length * 2);
newText.Append(text[0]);
for (int i = 1; i < text.Length; i++)
{
if (char.IsUpper(text[i]) && text[i - 1] != ' ')
newText.Append(' ');
newText.Append(text[i]);
}
return newText.ToString();
}
public static bool IsNullOrWhiteSpace(string value)
{
if (value != null)
{
for (int i = 0; i < value.Length; i++)
{
if (!char.IsWhiteSpace(value[i]))
{
return false;
}
}
}
return true;
}
}
}

8
Assets/Fungus/FungusScript/Scripts/StringFormatter.cs.meta

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 182d37b2df2019d478fb2083308e0473
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:

243
Assets/FungusExamples/TheHunter/TheHunter.unity

@ -677,11 +677,13 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
nameText: Shay
translatedName: []
nameColor: {r: .713235259, g: .405372232, b: .125865042, a: 1}
soundEffect: {fileID: 8300000, guid: 23e52ab29f28743309c85b6d7bdc8ad6, type: 3}
profileSprite: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
portraits:
- {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
portraitsFace: 0
notes:
--- !u!1 &339869592
GameObject:
@ -712,11 +714,13 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
nameText: Skipper
translatedName: []
nameColor: {r: .294117659, g: .650980413, b: .949019611, a: 1}
soundEffect: {fileID: 8300000, guid: 0dc7e509ace954462bc8ab20fcb68d60, type: 3}
profileSprite: {fileID: 21300000, guid: 3c64e30cbefbe4e768ef68d85c85061e, type: 3}
portraits:
- {fileID: 21300000, guid: 3c64e30cbefbe4e768ef68d85c85061e, type: 3}
portraitsFace: 0
notes:
--- !u!4 &339869594
Transform:
@ -1077,11 +1081,13 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
nameText: Badly Drawn Bear
translatedName: []
nameColor: {r: .95588237, g: .347840369, b: .168685108, a: 1}
soundEffect: {fileID: 8300000, guid: 9b3be2062b59848a2bd178f5748b386d, type: 3}
profileSprite: {fileID: 21300000, guid: 62955e2782fd34c5ca3e78712625ae50, type: 3}
portraits:
- {fileID: 21300000, guid: 62955e2782fd34c5ca3e78712625ae50, type: 3}
portraitsFace: 0
notes:
--- !u!4 &686889653
Transform:
@ -1376,10 +1382,12 @@ MonoBehaviour:
y: -876
width: 1522
height: 1354
selectedSequence: {fileID: 891057086}
selectedSequence: {fileID: 0}
selectedCommands: []
variables: []
author:
description:
defaultPortraitStage: {fileID: 0}
runSlowDuration: .25
colorCommands: 1
hideComponents: 1
@ -1569,10 +1577,12 @@ MonoBehaviour:
y: -390
width: 1040
height: 868
selectedSequence: {fileID: 1247920060}
selectedSequence: {fileID: 0}
selectedCommands: []
variables: []
author:
description:
defaultPortraitStage: {fileID: 0}
runSlowDuration: .25
colorCommands: 1
hideComponents: 1
@ -1726,11 +1736,13 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
nameText: Ciara
translatedName: []
nameColor: {r: .925490201, g: .482352942, b: .196078435, a: 1}
soundEffect: {fileID: 8300000, guid: 124184555ec434aa68814be3bd116c26, type: 3}
profileSprite: {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
portraits:
- {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
portraitsFace: 0
notes:
--- !u!1 &1726080686
GameObject:
@ -1944,7 +1956,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 7a334fe2ffb574b3583ff3b18b4792d3, type: 3}
m_Name:
m_EditorClassIdentifier:
scrollPos: {x: 207.192505, y: 372.002808}
scrollPos: {x: 202.192505, y: 563.002808}
variablesScrollPos: {x: 0, y: 0}
variablesExpanded: 1
zoom: 1
@ -1954,14 +1966,15 @@ MonoBehaviour:
y: -911.022339
width: 1939.01758
height: 2000.52234
selectedSequence: {fileID: 1831099645}
selectedCommands:
- {fileID: 1831099641}
selectedSequence: {fileID: 0}
selectedCommands: []
variables:
- {fileID: 1831099569}
author:
description: 'This is an example of a short Visual Novel / RPG
style game'
defaultPortraitStage: {fileID: 0}
runSlowDuration: .25
colorCommands: 1
hideComponents: 1
@ -2186,12 +2199,17 @@ MonoBehaviour:
He''s a cuddly teddy bear under that grim exterior.{wc}
Sort of.'
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099582
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2208,12 +2226,17 @@ MonoBehaviour:
storyText: 'Hrmph!{wc}
Oh good, another mouth to feed.'
translatedText: []
character: {fileID: 339869593}
portrait: {fileID: 21300000, guid: 3c64e30cbefbe4e768ef68d85c85061e, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099583
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2249,12 +2272,17 @@ MonoBehaviour:
Hey Skipper!{wc}
Come meet our new friend!'
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099585
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2269,12 +2297,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: Um...
translatedText: []
character: {fileID: 1712414755}
portrait: {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099586
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2289,12 +2322,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: I see! And so I guess you're not hungry either?
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099587
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2309,12 +2347,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: I'm not little and I'm not lost!
translatedText: []
character: {fileID: 1712414755}
portrait: {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099588
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2330,12 +2373,17 @@ MonoBehaviour:
indentLevel: 0
storyText: "And what do we have here?{wc}\nThe woods are a dangerous place my little
friend.{wc} \nAre you lost?"
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099589
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2385,12 +2433,17 @@ MonoBehaviour:
storyText: 'HEY! Is anybody out there?!{wc}
If there is, you better run!'
translatedText: []
character: {fileID: 1712414755}
portrait: {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099592
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2454,12 +2507,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: No, I could not!{wc} Now be off with you!
translatedText: []
character: {fileID: 339869593}
portrait: {fileID: 21300000, guid: 3c64e30cbefbe4e768ef68d85c85061e, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099595
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2480,12 +2538,17 @@ MonoBehaviour:
And you do have a lot of fish.{wc}
Couldn''t you spare just one? '
translatedText: []
character: {fileID: 1712414755}
portrait: {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099596
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2504,12 +2567,17 @@ MonoBehaviour:
Trying to steal my fish eh?{wc}
We''ll see about that!'
translatedText: []
character: {fileID: 339869593}
portrait: {fileID: 21300000, guid: 3c64e30cbefbe4e768ef68d85c85061e, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099597
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2585,8 +2653,10 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
text: Shout out loud
translatedText: []
targetSequence: {fileID: 1831099592}
hideIfVisited: 0
setMenuDialog: {fileID: 0}
--- !u!114 &1831099601
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2601,8 +2671,10 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
text: Check pool for fish
translatedText: []
targetSequence: {fileID: 1831099599}
hideIfVisited: 0
setMenuDialog: {fileID: 0}
--- !u!114 &1831099604
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2619,12 +2691,17 @@ MonoBehaviour:
storyText: 'I''m starving! I wonder if there''s any fish in that pool?{wc}
I better be careful though, I might not be the only person in these woods...'
translatedText: []
character: {fileID: 1712414755}
portrait: {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 0
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099605
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2639,12 +2716,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: Emerging from the forest, she found herself at a beautiful mountain stream.
translatedText: []
character: {fileID: 0}
portrait: {fileID: 0}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099606
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2678,12 +2760,17 @@ MonoBehaviour:
She didn''t dare to stop for fear of {color=red}The Hunter{/color}, but her grumbling
stomach told her she would need to find food soon.'
translatedText: []
character: {fileID: 0}
portrait: {fileID: 0}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099608
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2745,12 +2832,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: BURP!
translatedText: []
character: {fileID: 686889652}
portrait: {fileID: 21300000, guid: 62955e2782fd34c5ca3e78712625ae50, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099611
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2765,12 +2857,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: RAAAAAAAAAARRRRRRRRRR!!!!!!
translatedText: []
character: {fileID: 686889652}
portrait: {fileID: 21300000, guid: 62955e2782fd34c5ca3e78712625ae50, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099612
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2805,12 +2902,17 @@ MonoBehaviour:
You can''t eat me! I''m the narrator!{wc}
Arggghh!'
translatedText: []
character: {fileID: 0}
portrait: {fileID: 0}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099614
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2825,12 +2927,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: RAAAAAARRRRRR!!!!!!
translatedText: []
character: {fileID: 686889652}
portrait: {fileID: 21300000, guid: 62955e2782fd34c5ca3e78712625ae50, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099615
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2864,12 +2971,17 @@ MonoBehaviour:
bear.{wc}
THE END'
translatedText: []
character: {fileID: 0}
portrait: {fileID: 0}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099617
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2884,12 +2996,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: RAAAAAARRRRRR!
translatedText: []
character: {fileID: 686889652}
portrait: {fileID: 21300000, guid: 62955e2782fd34c5ca3e78712625ae50, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099618
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2920,12 +3037,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: Noooooooo!
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099620
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2940,12 +3062,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: Ayyyyyyeeee!
translatedText: []
character: {fileID: 339869593}
portrait: {fileID: 21300000, guid: 3c64e30cbefbe4e768ef68d85c85061e, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099621
MonoBehaviour:
m_ObjectHideFlags: 2
@ -2960,12 +3087,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: Aaaaaagh!
translatedText: []
character: {fileID: 1712414755}
portrait: {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099622
MonoBehaviour:
m_ObjectHideFlags: 2
@ -3015,12 +3147,17 @@ MonoBehaviour:
storyText: 'Now remember to keep quiet.{wc}
The last thing you want in this part of the woods is to run into a...'
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099625
MonoBehaviour:
m_ObjectHideFlags: 2
@ -3185,12 +3322,17 @@ MonoBehaviour:
storyText: 'Move it thief! And remember...{wc}
I''ll be watching you!'
translatedText: []
character: {fileID: 339869593}
portrait: {fileID: 21300000, guid: 3c64e30cbefbe4e768ef68d85c85061e, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099634
MonoBehaviour:
m_ObjectHideFlags: 2
@ -3251,12 +3393,17 @@ MonoBehaviour:
storyText: 'Ok, let''s go get you some food!{wc}
This way, follow me!'
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099637
MonoBehaviour:
m_ObjectHideFlags: 2
@ -3342,12 +3489,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: Oh yes please! Thank you!
translatedText: []
character: {fileID: 1712414755}
portrait: {fileID: 21300000, guid: 05ccd53483a554ca9b31f685fa76154a, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099641
MonoBehaviour:
m_ObjectHideFlags: 2
@ -3364,12 +3516,17 @@ MonoBehaviour:
storyText: 'Oh be quiet Skipper.{wc}
You look hungry! Do you want something to eat?'
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099642
MonoBehaviour:
m_ObjectHideFlags: 2
@ -3384,12 +3541,17 @@ MonoBehaviour:
errorMessage:
indentLevel: 0
storyText: What! This is an outrage! Mind your own busin...
translatedText: []
character: {fileID: 339869593}
portrait: {fileID: 21300000, guid: 3c64e30cbefbe4e768ef68d85c85061e, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099643
MonoBehaviour:
m_ObjectHideFlags: 2
@ -3408,12 +3570,17 @@ MonoBehaviour:
Ah! I see Skipper has found a little girl to be mean to!{wc}
Pay him no attention.'
translatedText: []
character: {fileID: 338947448}
portrait: {fileID: 21300000, guid: f7484a661774243b193bebc6e3ae5120, type: 3}
voiceOverClip: {fileID: 0}
showAlways: 1
showCount: 1
waitForInput: 1
extendPrevious: 0
fadeIn: 0
fadeOut: 0
waitForClick: 1
setSayDialog: {fileID: 0}
--- !u!114 &1831099644
MonoBehaviour:
m_ObjectHideFlags: 2
@ -3532,10 +3699,12 @@ MonoBehaviour:
y: -390
width: 1040
height: 868
selectedSequence: {fileID: 1846387298}
selectedSequence: {fileID: 0}
selectedCommands: []
variables: []
author:
description:
defaultPortraitStage: {fileID: 0}
runSlowDuration: .25
colorCommands: 1
hideComponents: 1

Loading…
Cancel
Save