This commit is contained in:
parent
906424b9c3
commit
75f76ab80e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ void CNpcSmallJellyfishEnemy::render()
|
||||||
if ( renderPos.vy >= 0 && renderPos.vy <= VidGetScrH() )
|
if ( renderPos.vy >= 0 && renderPos.vy <= VidGetScrH() )
|
||||||
{
|
{
|
||||||
SprFrame = m_spriteBank->printRotatedScaledSprite( FRM_JELLYFISH1_SWIM1 + ( m_frame >> 8 ),renderPos.vx,renderPos.vy,4096,4096,m_drawRotation,10);
|
SprFrame = m_spriteBank->printRotatedScaledSprite( FRM_JELLYFISH1_SWIM1 + ( m_frame >> 8 ),renderPos.vx,renderPos.vy,4096,4096,m_drawRotation,10);
|
||||||
setRGB0( SprFrame, 255, 128, 255 );
|
setRGB0( SprFrame, 255, 128, 255 ); // Let me know if these change! ALso ket me know when the different coloured ones go in pls! (pkg)
|
||||||
|
|
||||||
// get xmax, xmin, ymax, ymin
|
// get xmax, xmin, ymax, ymin
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue