This commit is contained in:
Paul 2000-12-20 20:15:24 +00:00
parent fda1fc3ca7
commit b56cd688ae
16 changed files with 1569 additions and 849 deletions

View file

@ -61,8 +61,10 @@ struct FunctionDef
---- */
static FunctionDef s_functionNames[]=
{
{ "setCharacterAnimation", 2, }, // character, animation
{ "setText", 1, }, // textId
{ "setCharacterAnimation", 2 }, // character,animation
{ "setText", 1 }, // textId
{ "drawSprite", 4 }, // frame,x,y,ot
{ "getFrameTime", 0 }, //
};
static int s_functionCount=sizeof(s_functionNames)/sizeof(FunctionDef);