This commit is contained in:
parent
943daf2602
commit
45c58d0a64
3 changed files with 13 additions and 4 deletions
|
@ -100,6 +100,7 @@ gfx_src := prim \
|
||||||
font \
|
font \
|
||||||
bubicles \
|
bubicles \
|
||||||
skel \
|
skel \
|
||||||
|
skelspng \
|
||||||
anim
|
anim
|
||||||
|
|
||||||
# camera \
|
# camera \
|
||||||
|
|
|
@ -19,11 +19,11 @@
|
||||||
-------- */
|
-------- */
|
||||||
|
|
||||||
#ifndef __GAME_THING_H__
|
#ifndef __GAME_THING_H__
|
||||||
#include "Game/Thing.h"
|
#include "game/thing.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __SKEL_HEADER__
|
#ifndef __GFX_SKELSPNG_H__
|
||||||
#include "Gfx/Skel.h"
|
#include "gfx/skelspng.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __DATA_STRUCTS_HEADER__
|
#ifndef __DATA_STRUCTS_HEADER__
|
||||||
|
@ -188,7 +188,7 @@ private:
|
||||||
static const AnimSfx s_animSfx[];
|
static const AnimSfx s_animSfx[];
|
||||||
int m_animFrame;
|
int m_animFrame;
|
||||||
int m_animNo;
|
int m_animNo;
|
||||||
CSkel m_skel;
|
CSkelSpongeBob m_skel;
|
||||||
|
|
||||||
DVECTOR m_moveVel;
|
DVECTOR m_moveVel;
|
||||||
int m_facing;
|
int m_facing;
|
||||||
|
|
|
@ -421,6 +421,14 @@ SOURCE=..\..\..\source\gfx\skel.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\..\source\gfx\skelspng.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\..\source\gfx\skelspng.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\..\source\gfx\sprbank.cpp
|
SOURCE=..\..\..\source\gfx\sprbank.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue