This commit is contained in:
parent
e15a6b85c6
commit
2edd826795
2 changed files with 12 additions and 1 deletions
|
@ -175,4 +175,5 @@ PressureSwitch=18
|
||||||
SingleSpike=19
|
SingleSpike=19
|
||||||
CheckPoint=20
|
CheckPoint=20
|
||||||
WaterBucket=20
|
WaterBucket=20
|
||||||
ConveyorSwitch=21
|
ConveyorSwitch=21
|
||||||
|
ExitMarker=20
|
|
@ -269,3 +269,13 @@ Collision=0
|
||||||
Health=0
|
Health=0
|
||||||
AttackStrength=0
|
AttackStrength=0
|
||||||
Respawn=1
|
Respawn=1
|
||||||
|
|
||||||
|
[ExitMarker]
|
||||||
|
Gfx=..\..\graphics\hazards\exit\exit.gin
|
||||||
|
WayPoints=0
|
||||||
|
Speed=0
|
||||||
|
TurnRate=0
|
||||||
|
Collision=0
|
||||||
|
Health=0
|
||||||
|
AttackStrength=0
|
||||||
|
Respawn=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue