This commit is contained in:
parent
1966aa6f60
commit
2b171295b5
44 changed files with 588 additions and 603 deletions
BIN
tools/Data/bin/MkActor.exe
Normal file
BIN
tools/Data/bin/MkActor.exe
Normal file
Binary file not shown.
Binary file not shown.
65
tools/Data/bin/MkLevel.ini
Normal file
65
tools/Data/bin/MkLevel.ini
Normal file
|
@ -0,0 +1,65 @@
|
|||
# Thing definitions
|
||||
# Names must be exactly the same as the group names from the map editor scripts
|
||||
|
||||
[TYPE]
|
||||
# Player
|
||||
SpongeBob=0
|
||||
|
||||
# NPC
|
||||
BarnacleBoy=1
|
||||
Gary=2
|
||||
Krusty=3
|
||||
MermaidMan=4
|
||||
Patrick=5
|
||||
Sandy=6
|
||||
Squidward=7
|
||||
Plankton=8
|
||||
|
||||
# Enemies
|
||||
SmallJellyfish-Level1=10
|
||||
SmallJellyfish-Level2=11
|
||||
Motherjellyfish=12
|
||||
Anenome-Level1=13
|
||||
Anenome-Level2=14
|
||||
Anenome-Level3=15
|
||||
BabyOctopus=16
|
||||
Ballblob=17
|
||||
Boogermonster=18
|
||||
Caterpillar=19
|
||||
Clam-Level1=20
|
||||
Clam-Level2=21
|
||||
Eyeball=22
|
||||
Flamingskull=23
|
||||
FlyingDutchman=24
|
||||
Ghost=25
|
||||
GiantWorm=26
|
||||
HermitCrab=27
|
||||
IronDogFish=28
|
||||
PuffaFish=29
|
||||
SeaSnake=30
|
||||
Sharkman=31
|
||||
SharkSub=32
|
||||
Skeletalfish=33
|
||||
SpiderCrab=34
|
||||
Squiddart=35
|
||||
Stomper=36
|
||||
DustDevil=37
|
||||
|
||||
# Items
|
||||
Balloon=0
|
||||
BubbleMixture=1
|
||||
Glasses=2
|
||||
Health25=3
|
||||
Health50=4
|
||||
Health100=5
|
||||
Helmet=6
|
||||
JellyAmmo=7
|
||||
Pants=8
|
||||
Shoe=9
|
||||
Spatula=10
|
||||
Teeth=11
|
||||
|
||||
# Platforms
|
||||
Boots=0
|
||||
Train=1
|
||||
Higher=2
|
Loading…
Add table
Add a link
Reference in a new issue