This commit is contained in:
parent
dba18ce77c
commit
320876b044
9 changed files with 27 additions and 13 deletions
|
@ -34,6 +34,7 @@ void CEnemyAsSpriteProjectile::think( int _frames )
|
|||
void CEnemyAsSpriteProjectile::setGraphic( int frame )
|
||||
{
|
||||
m_spriteFrame = frame;
|
||||
m_rotation = 0;
|
||||
}
|
||||
|
||||
void CEnemyAsSpriteProjectile::setRGB( int R, int G, int B )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue