This commit is contained in:
parent
ec8ff7ed5b
commit
396949c907
13 changed files with 142 additions and 6 deletions
|
@ -112,6 +112,8 @@ Retracting=6
|
|||
RollingOildrumPlatform=24
|
||||
RisingBridge=27
|
||||
BalloonBridge=28
|
||||
TrapdoorLeft=29
|
||||
TrapdoorRight=29
|
||||
|
||||
################################################
|
||||
# Triggers
|
||||
|
@ -152,4 +154,5 @@ Fireball=13
|
|||
BouncingRock=12
|
||||
FlyTrap=15
|
||||
RisingWeight=16
|
||||
RisingWeightWheel=17
|
||||
RisingWeightWheel=17
|
||||
PressureSwitch=18
|
|
@ -219,3 +219,13 @@ Collision=0
|
|||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=2
|
||||
|
||||
[PressureSwitch]
|
||||
Gfx=..\..\graphics\hazards\pressureswitch\pressureswitch.gin
|
||||
Waypoints=1
|
||||
Speed=0
|
||||
TurnRate=0
|
||||
Collision=0
|
||||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=2
|
||||
|
|
|
@ -111,3 +111,9 @@ Gfx=..\..\Graphics\platforms\seesaw\seesaw_wooden.gin
|
|||
|
||||
[BalloonBridge]
|
||||
Gfx=..\..\Graphics\platforms\seesaw\seesaw_wooden.gin
|
||||
|
||||
[TrapdoorLeft]
|
||||
Gfx=..\..\Graphics\platforms\trapdoor_wooden\trapdoor_woodenl.gin
|
||||
|
||||
[TrapdoorRight]
|
||||
Gfx=..\..\Graphics\platforms\trapdoor_wooden\trapdoor_woodenr.gin
|
Loading…
Add table
Add a link
Reference in a new issue