going to open source

This commit is contained in:
2016-12-03 03:03:22 +07:00
parent 215b3b652a
commit 711bbfd1a4
195 changed files with 1793 additions and 465 deletions

View File

@@ -6,7 +6,7 @@ using FTRuntime;
namespace FlashTools.Examples {
[RequireComponent(typeof(SwfClipController))]
public class PurpleFlowerLogic : MonoBehaviour {
static string[] _idleSequences = new string[]{"talk", "idle0", "idle1", "idle2"};
static string[] _idleSequences = {"talk", "idle0", "idle1", "idle2"};
static string _fadeInSequence = "fadeIn";
static string _fadeOutSequence = "fadeOut";