This commit is contained in:
Charles 2001-06-11 19:32:41 +00:00
parent 95708325a7
commit f53a8ac365
14 changed files with 215 additions and 88 deletions

View file

@ -18,12 +18,14 @@ virtual void think(int _frames);
virtual void render();
void Setup(int XOfs,int YOfs,bool XFlip);
void setScale( s16 newScale ) {Scale = newScale;}
protected:
DVECTOR Ofs;
int Angle,AngleInc;
bool XFlip;
s16 Scale;
};