This commit is contained in:
parent
cb014a96f2
commit
0f311e703d
40 changed files with 220 additions and 193 deletions
|
@ -33,8 +33,8 @@
|
|||
/* Data
|
||||
---- */
|
||||
|
||||
#ifndef __SPR_FRONTEND_H__
|
||||
#include <frontend.h>
|
||||
#ifndef __SPR_SPRITES_H__
|
||||
#include <sprites.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
|||
void CScrollyBackground::init()
|
||||
{
|
||||
m_sprites=new ("Scrolly Background sprites") SpriteBank;
|
||||
m_sprites->load(FRONTEND_FRONTEND_SPR);
|
||||
m_sprites->load(SPRITES_SPRITES_SPR);
|
||||
m_xOff=m_yOff=0;
|
||||
|
||||
setSpeed(DEFAULT_X_SPEED,DEFAULT_Y_SPEED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue