This commit is contained in:
parent
1fab44452d
commit
34c0bc38f7
2 changed files with 16 additions and 0 deletions
12
data/Scripts/defs/charanim.scr
Normal file
12
data/Scripts/defs/charanim.scr
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
// Defs for characters and animations
|
||||||
|
// Mainly needed for calls to _setCharacterAnimation()
|
||||||
|
|
||||||
|
#define CHAR_SPONGEBOB 0
|
||||||
|
#define CHAR_SANDY 1
|
||||||
|
#define CHAR_PATRICK 2
|
||||||
|
#define CHAR_SQUIDWARD 3
|
||||||
|
#define CHAR_KRABS 4
|
||||||
|
#define CHAR_PLANKTON 5
|
||||||
|
|
||||||
|
#define ANIM_QUIET 0
|
||||||
|
#define ANIM_TALKING 1
|
4
data/Scripts/defs/defs.scr
Normal file
4
data/Scripts/defs/defs.scr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
// Main definitions file
|
||||||
|
|
||||||
|
#define TRUE 1
|
||||||
|
#define FALSE 0
|
Loading…
Add table
Reference in a new issue