This commit is contained in:
parent
7e521cc0bf
commit
01fca54fb1
9 changed files with 91 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
|||
#define __FX_FX_STEAM_HEADER__
|
||||
|
||||
#include "fx/fx.h"
|
||||
#include "fx/fxbasetrail.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
class CFXSteam : public CFXBaseTrail
|
||||
|
@ -17,12 +18,15 @@ virtual void think(int _frames);
|
|||
virtual void killFX();
|
||||
|
||||
void SetSize(int Size);
|
||||
void SetVel(DVECTOR const &Velocity);
|
||||
void SetHorizontal(bool newHorizontal) {IsHorizontal=newHorizontal;}
|
||||
|
||||
protected:
|
||||
DVECTOR BaseVel;
|
||||
s16 ScaleInc;
|
||||
s16 ShadeDec;
|
||||
bool DieOut;
|
||||
bool IsHorizontal;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue