This commit is contained in:
Daveo 2001-04-07 19:59:52 +00:00
parent 864f9af76b
commit f204f05a84
5 changed files with 42 additions and 4 deletions

Binary file not shown.

View File

@ -1,7 +1,12 @@
# Thing definitions
# Names must be exactly the same as the group names from the map editor scripts
[TYPE]
[MISC]
BackGfxDir=graphics\levels\backgfx\
PlayerActor=SpongeBob
################################################
[ACTOR]
# Player
SpongeBob=0
@ -45,7 +50,10 @@ Squiddart=35
Stomper=36
DustDevil=37
################################################
# Items
[ITEM]
Big_Health=0
Medium_Health=1
Small_Health=2
@ -63,7 +71,23 @@ Coral_Blower=13
Quest_Item=14
################################################
# Platforms
Boots=0
Train=1
Higher=2
[PLATFORM]
Bubble=0
Industrial=1
################################################
# Triggers
[Trigger]
Exit=0
################################################
# FX
[FX]
Ch1L1_Plat1=0
Ch1L1_Plat2=1

13
tools/MapEdit/BackGfx.ini Normal file
View File

@ -0,0 +1,13 @@
# Back gfx Script (for shade layer)
#
################################################
[bubble]
[bubblesmall]
[fishbone]
[Flower]
[Ghost]
[pumpkin]
[teddy]

Binary file not shown.

View File

@ -12,3 +12,4 @@ ItemScript=Item.ini
PlatformScript=Platform.ini
TriggerScript=Trigger.ini
FXScript=FX.ini
BackGfxScript=BackGfx.ini