This commit is contained in:
Paul 2001-08-13 22:35:43 +00:00
parent 9fa5e0a683
commit eb79d0571a
2 changed files with 3 additions and 2 deletions

View File

@ -6,3 +6,4 @@ QuickExit
Shout
Stumble
Throw
Party

View File

@ -374,7 +374,7 @@ static const ACTOR_GRAPHICS_DATA s_actorGraphicsData[FMA_NUM_ACTORS]=
/*FMA_ANIM_SIT*/ {0,-1, 0,-1},
/*FMA_ANIM_SITLOOKLEFT*/ {0,-1, 0,-1},
/*FMA_ANIM_SITASLEEP*/ {0,-1, 0,-1},
/*FMA_ANIM_RUBHEAD*/ {0,-1, 0,-1},
/*FMA_ANIM_RUBHEAD*/ {1,ANIM_SPONGEBOB_FMA_PARTY, 0,-1},
},
},
{ // Barnicle Boy
@ -1125,7 +1125,7 @@ static const int s_FMAPartyScript[]=
SC_START,
// Party scene
SC_SET_ACTOR_ANIM_STATE, FMA_ACTOR_SPONGEBOB,FMA_ANIM_IDLE,1,
SC_SET_ACTOR_ANIM_STATE, FMA_ACTOR_SPONGEBOB,FMA_ANIM_RUBHEAD,1,
SC_SET_ACTOR_POSITION, FMA_ACTOR_SPONGEBOB,340,225,
SC_SET_ACTOR_FACING, FMA_ACTOR_SPONGEBOB,1,
SC_SET_ACTOR_VISIBILITY, FMA_ACTOR_SPONGEBOB,true,