Skip to content

Instantly share code, notes, and snippets.

@muzudho
Last active February 1, 2017 03:42
Show Gist options
  • Save muzudho/dc5441550f987dfdf04e0e008fa93901 to your computer and use it in GitHub Desktop.
Save muzudho/dc5441550f987dfdf04e0e008fa93901 to your computer and use it in GitHub Desktop.
Unityで動く、自分で作ったスクリプト言語を使ってみよう ref: http://qiita.com/muzudho1/items/4515786beb49fae24992
TRANSITION INSERT
FROM "Base Layer\.DMove"
TO TAG ( (Dash) [Punch Kick] )
TRANSITION INSERT
FROM TAG ( (Dash) [Punch Kick] )
TO "Base Layer\.DMove"
TRANSITION INSERT
FROM TAG ( (Dash) [Punch Kick] )
TO "Base Layer\.DBlockL"
TRANSITION INSERT
SET exitTime 1 duration 0
FROM TAG ( (Dash) [Punch Kick] )
TO "Base Layer\.DBlockL"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment