This commit is contained in:
parent
85f401edf0
commit
773d29ea89
16 changed files with 129 additions and 11 deletions
|
@ -138,6 +138,8 @@ GaryStop=9
|
|||
GaryGoLeft=10
|
||||
GaryGoRight=11
|
||||
BubbleEmitter=12
|
||||
IntermittentLeftFlameEmitter=13
|
||||
IntermittentDownFlameEmitter=14
|
||||
|
||||
################################################
|
||||
# FX
|
||||
|
@ -172,4 +174,5 @@ RisingWeightWheel=17
|
|||
PressureSwitch=18
|
||||
SingleSpike=19
|
||||
CheckPoint=20
|
||||
WaterBucket=20
|
||||
WaterBucket=20
|
||||
ConveyorSwitch=21
|
|
@ -259,3 +259,13 @@ Collision=0
|
|||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=1
|
||||
|
||||
[ConveyorSwitch]
|
||||
Gfx=..\..\graphics\hazards\water_bucket\water_bucket.gin
|
||||
WayPoints=0
|
||||
Speed=0
|
||||
TurnRate=0
|
||||
Collision=0
|
||||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=1
|
||||
|
|
|
@ -25,6 +25,10 @@ HasBox=1
|
|||
|
||||
[IntermittentFlameEmitter]
|
||||
|
||||
[IntermittentLeftFlameEmitter]
|
||||
|
||||
[IntermittentDownFlameEmitter]
|
||||
|
||||
[BubbleEmitter]
|
||||
|
||||
[GaryStop]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue