This commit is contained in:
parent
864f9af76b
commit
f204f05a84
5 changed files with 42 additions and 4 deletions
Binary file not shown.
|
@ -1,7 +1,12 @@
|
||||||
# Thing definitions
|
# Thing definitions
|
||||||
# Names must be exactly the same as the group names from the map editor scripts
|
# 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
|
# Player
|
||||||
SpongeBob=0
|
SpongeBob=0
|
||||||
|
|
||||||
|
@ -45,7 +50,10 @@ Squiddart=35
|
||||||
Stomper=36
|
Stomper=36
|
||||||
DustDevil=37
|
DustDevil=37
|
||||||
|
|
||||||
|
|
||||||
|
################################################
|
||||||
# Items
|
# Items
|
||||||
|
[ITEM]
|
||||||
Big_Health=0
|
Big_Health=0
|
||||||
Medium_Health=1
|
Medium_Health=1
|
||||||
Small_Health=2
|
Small_Health=2
|
||||||
|
@ -63,7 +71,23 @@ Coral_Blower=13
|
||||||
Quest_Item=14
|
Quest_Item=14
|
||||||
|
|
||||||
|
|
||||||
|
################################################
|
||||||
# Platforms
|
# Platforms
|
||||||
Boots=0
|
[PLATFORM]
|
||||||
Train=1
|
Bubble=0
|
||||||
Higher=2
|
Industrial=1
|
||||||
|
|
||||||
|
################################################
|
||||||
|
# Triggers
|
||||||
|
[Trigger]
|
||||||
|
Exit=0
|
||||||
|
|
||||||
|
################################################
|
||||||
|
# FX
|
||||||
|
[FX]
|
||||||
|
Ch1L1_Plat1=0
|
||||||
|
Ch1L1_Plat2=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
13
tools/MapEdit/BackGfx.ini
Normal file
13
tools/MapEdit/BackGfx.ini
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Back gfx Script (for shade layer)
|
||||||
|
#
|
||||||
|
################################################
|
||||||
|
|
||||||
|
[bubble]
|
||||||
|
[bubblesmall]
|
||||||
|
[fishbone]
|
||||||
|
[Flower]
|
||||||
|
[Ghost]
|
||||||
|
[pumpkin]
|
||||||
|
[teddy]
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -12,3 +12,4 @@ ItemScript=Item.ini
|
||||||
PlatformScript=Platform.ini
|
PlatformScript=Platform.ini
|
||||||
TriggerScript=Trigger.ini
|
TriggerScript=Trigger.ini
|
||||||
FXScript=FX.ini
|
FXScript=FX.ini
|
||||||
|
BackGfxScript=BackGfx.ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue