This commit is contained in:
parent
0733c6327e
commit
ad2702fba3
@ -3,11 +3,21 @@
|
|||||||
################################################
|
################################################
|
||||||
|
|
||||||
[bubble]
|
[bubble]
|
||||||
[bubblesmall]
|
Gfx=..\..\Graphics\levels\backgfx\bubble.bmp
|
||||||
|
|
||||||
[fishbone]
|
[fishbone]
|
||||||
|
Gfx=..\..\Graphics\levels\backgfx\fishbone.bmp
|
||||||
|
|
||||||
[Flower]
|
[Flower]
|
||||||
|
Gfx=..\..\Graphics\levels\backgfx\Flower.bmp
|
||||||
|
|
||||||
[Ghost]
|
[Ghost]
|
||||||
|
Gfx=..\..\Graphics\levels\backgfx\Ghost.bmp
|
||||||
|
|
||||||
[pumpkin]
|
[pumpkin]
|
||||||
|
Gfx=..\..\Graphics\levels\backgfx\pumpkin.bmp
|
||||||
|
|
||||||
[teddy]
|
[teddy]
|
||||||
|
Gfx=..\..\Graphics\levels\backgfx\teddy.bmp
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ TurnRate=0
|
|||||||
Collision=0
|
Collision=0
|
||||||
Health=0
|
Health=0
|
||||||
AttackStrength=0
|
AttackStrength=0
|
||||||
|
Respawn=1
|
||||||
|
|
||||||
[HeartPendulum]
|
[HeartPendulum]
|
||||||
Gfx=..\..\graphics\hazards\HeartPendulum\HeartPendulum.gin
|
Gfx=..\..\graphics\hazards\HeartPendulum\HeartPendulum.gin
|
||||||
@ -27,6 +28,7 @@ TurnRate=0
|
|||||||
Collision=0
|
Collision=0
|
||||||
Health=0
|
Health=0
|
||||||
AttackStrength=0
|
AttackStrength=0
|
||||||
|
Respawn=2
|
||||||
|
|
||||||
[Tugboat]
|
[Tugboat]
|
||||||
Gfx=..\..\graphics\hazards\Tugboat\Tugboat.gin
|
Gfx=..\..\graphics\hazards\Tugboat\Tugboat.gin
|
||||||
@ -36,4 +38,5 @@ TurnRate=0
|
|||||||
Collision=0
|
Collision=0
|
||||||
Health=0
|
Health=0
|
||||||
AttackStrength=0
|
AttackStrength=0
|
||||||
|
Respawn=3
|
||||||
|
|
||||||
|
Binary file not shown.
@ -7,9 +7,10 @@ Collision=collision.bmp
|
|||||||
Iconz=Iconz.bmp
|
Iconz=Iconz.bmp
|
||||||
|
|
||||||
[LayerScript]
|
[LayerScript]
|
||||||
|
BackGfxScript=BackGfx.ini
|
||||||
ActorScript=Actor.ini
|
ActorScript=Actor.ini
|
||||||
ItemScript=Item.ini
|
ItemScript=Item.ini
|
||||||
PlatformScript=Platform.ini
|
PlatformScript=Platform.ini
|
||||||
TriggerScript=Trigger.ini
|
TriggerScript=Trigger.ini
|
||||||
FXScript=FX.ini
|
FXScript=FX.ini
|
||||||
BackGfxScript=BackGfx.ini
|
HazardScript=Hazard.ini
|
||||||
|
@ -217,7 +217,7 @@ Health=32
|
|||||||
AttackStrength=20
|
AttackStrength=20
|
||||||
|
|
||||||
[Flamingskull]
|
[Flamingskull]
|
||||||
Gfx=..\..\graphics\characters\flamingskull\render\psx\FlamingSkull_Move0001.bmp
|
Gfx=..\..\graphics\characters\flamingskull\render\psx\FlamingSkull_Move0000.bmp
|
||||||
WayPoints=16
|
WayPoints=16
|
||||||
Speed=3
|
Speed=3
|
||||||
TurnRate=128
|
TurnRate=128
|
||||||
|
@ -9,5 +9,8 @@
|
|||||||
|
|
||||||
[Restart_Point]
|
[Restart_Point]
|
||||||
|
|
||||||
|
[Teleport]
|
||||||
|
HasTarget=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user