This commit is contained in:
parent
cb014a96f2
commit
0f311e703d
40 changed files with 220 additions and 193 deletions
|
@ -45,8 +45,8 @@
|
|||
/* Data
|
||||
---- */
|
||||
|
||||
#ifndef __SPR_INGAMEFX_H__
|
||||
#include <ingamefx.h>
|
||||
#ifndef __SPR_SPRITES_H__
|
||||
#include <sprites.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -388,7 +388,7 @@ void CBubicleFactory::init()
|
|||
CBubicle *bub;
|
||||
|
||||
s_sprites=new ("Bubble Sprites") SpriteBank();
|
||||
s_sprites->load(INGAMEFX_INGAMEFX_SPR);
|
||||
s_sprites->load(SPRITES_SPRITES_SPR);
|
||||
|
||||
for(i=0;i<s_frameTabSize;i++)
|
||||
{
|
||||
|
|
|
@ -22,7 +22,9 @@
|
|||
#include "biglump.h"
|
||||
#endif
|
||||
|
||||
#include <ingamefx.h>
|
||||
#ifndef __SPR_SPRITES_H__
|
||||
#include <sprites.h>
|
||||
#endif
|
||||
|
||||
|
||||
/* Std Lib
|
||||
|
@ -84,7 +86,7 @@ s16 standardFontTab[]=
|
|||
/* ð ñ ò ó ô õ ö ÷ */ -1, -1,FRM__242,FRM__243,FRM__244,FRM__245,FRM__246, -1,
|
||||
/* ø ù ú û ü ý þ ÿ */ -1,FRM__249,FRM__250,FRM__251,FRM__252,FRM__253, -1,FRM__255,
|
||||
};
|
||||
FontData standardFont( INGAMEFX_INGAMEFX_SPR, standardFontTab, 13, 1,1, 4 );
|
||||
FontData standardFont( SPRITES_SPRITES_SPR, standardFontTab, 13, 1,1, 4 );
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue