some animation comments

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2129 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-12-28 10:07:19 +00:00
parent 38682d6093
commit 597dfef327
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ static LOCDATA blackurq_desc =
0, /* AlienSongFlags */ 0, /* AlienSongFlags */
BLACKURQ_CONVERSATION_PHRASES, /* PlayerPhrases */ BLACKURQ_CONVERSATION_PHRASES, /* PlayerPhrases */
8, /* NumAnimations */ 8, /* NumAnimations */
{ { /* AlienAmbientArray (ambient animations) */
{ {
7, /* StartIndex */ 7, /* StartIndex */
6, /* NumFrames */ 6, /* NumFrames */
@@ -103,7 +103,7 @@ static LOCDATA blackurq_desc =
0, /* BlockMask */ 0, /* BlockMask */
}, },
}, },
{ { /* AlienTransitionDesc */
1, /* StartIndex */ 1, /* StartIndex */
2, /* NumFrames */ 2, /* NumFrames */
0, /* AnimFlags */ 0, /* AnimFlags */
@@ -111,7 +111,7 @@ static LOCDATA blackurq_desc =
0, 0, /* RestartRate */ 0, 0, /* RestartRate */
0, /* BlockMask */ 0, /* BlockMask */
}, },
{ { /* AlienTalkDesc */
2, /* StartIndex */ 2, /* StartIndex */
5, /* NumFrames */ 5, /* NumFrames */
0, /* AnimFlags */ 0, /* AnimFlags */
+7 -7
View File
@@ -41,8 +41,8 @@ static LOCDATA yehat_desc =
0, /* AlienSongFlags */ 0, /* AlienSongFlags */
YEHAT_CONVERSATION_PHRASES, /* PlayerPhrases */ YEHAT_CONVERSATION_PHRASES, /* PlayerPhrases */
15, /* NumAnimations */ 15, /* NumAnimations */
{ { /* AlienAmbientArray (ambient animations) */
{ { /* right hand-wing tapping keyboard; front guy */
4, /* StartIndex */ 4, /* StartIndex */
3, /* NumFrames */ 3, /* NumFrames */
YOYO_ANIM YOYO_ANIM
@@ -51,7 +51,7 @@ static LOCDATA yehat_desc =
ONE_SECOND / 4, ONE_SECOND / 2,/* RestartRate */ ONE_SECOND / 4, ONE_SECOND / 2,/* RestartRate */
(1 << 6) | (1 << 7), (1 << 6) | (1 << 7),
}, },
{ { /* left hand-wing tapping keyboard; front guy */
7, /* StartIndex */ 7, /* StartIndex */
3, /* NumFrames */ 3, /* NumFrames */
YOYO_ANIM YOYO_ANIM
@@ -92,7 +92,7 @@ static LOCDATA yehat_desc =
ONE_SECOND * 6, ONE_SECOND * 3,/* RestartRate */ ONE_SECOND * 6, ONE_SECOND * 3,/* RestartRate */
(1 << 3), (1 << 3),
}, },
{ { /* right arm-wing rising; front guy */
26, /* StartIndex */ 26, /* StartIndex */
2, /* NumFrames */ 2, /* NumFrames */
YOYO_ANIM | WAIT_TALKING, /* AnimFlags */ YOYO_ANIM | WAIT_TALKING, /* AnimFlags */
@@ -100,7 +100,7 @@ static LOCDATA yehat_desc =
ONE_SECOND * 6, ONE_SECOND * 3,/* RestartRate */ ONE_SECOND * 6, ONE_SECOND * 3,/* RestartRate */
(1 << 0) | (1 << 1), (1 << 0) | (1 << 1),
}, },
{ { /* left arm-wing rising; front guy */
28, /* StartIndex */ 28, /* StartIndex */
2, /* NumFrames */ 2, /* NumFrames */
YOYO_ANIM | WAIT_TALKING, /* AnimFlags */ YOYO_ANIM | WAIT_TALKING, /* AnimFlags */
@@ -165,7 +165,7 @@ static LOCDATA yehat_desc =
(1 << 2) | (1 << 4), (1 << 2) | (1 << 4),
}, },
}, },
{ { /* AlienTransitionDesc - empty */
0, /* StartIndex */ 0, /* StartIndex */
0, /* NumFrames */ 0, /* NumFrames */
0, /* AnimFlags */ 0, /* AnimFlags */
@@ -173,7 +173,7 @@ static LOCDATA yehat_desc =
0, 0, /* RestartRate */ 0, 0, /* RestartRate */
0, /* BlockMask */ 0, /* BlockMask */
}, },
{ { /* AlienTalkDesc */
1, /* StartIndex */ 1, /* StartIndex */
3, /* NumFrames */ 3, /* NumFrames */
0, /* AnimFlags */ 0, /* AnimFlags */