This commit is contained in:
parent
6f467a179e
commit
6deb46042f
13 changed files with 309 additions and 36 deletions
|
@ -132,6 +132,8 @@ CameraLock=3
|
|||
InWater=4
|
||||
OutOfWater=5
|
||||
GaryStart=6
|
||||
FlameEmitter=7
|
||||
IntermittentFlameEmitter=8
|
||||
|
||||
################################################
|
||||
# FX
|
||||
|
@ -166,5 +168,4 @@ RisingWeightWheel=17
|
|||
PressureSwitch=18
|
||||
SingleSpike=19
|
||||
CheckPoint=20
|
||||
WaterBucket=20
|
||||
FlameEmitter=21
|
||||
WaterBucket=20
|
|
@ -259,13 +259,3 @@ Collision=0
|
|||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=1
|
||||
|
||||
[FlameEmitter]
|
||||
Gfx=..\..\graphics\hazards\fireball\fireball.gin
|
||||
WayPoints=0
|
||||
Speed=0
|
||||
TurnRate=0
|
||||
Collision=0
|
||||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=0
|
||||
|
|
|
@ -19,4 +19,8 @@ HasBox=1
|
|||
|
||||
[OutOfWater]
|
||||
|
||||
[GaryStart]
|
||||
[GaryStart]
|
||||
|
||||
[FlameEmitter]
|
||||
|
||||
[IntermittentFlameEmitter]
|
Loading…
Add table
Add a link
Reference in a new issue