This commit is contained in:
parent
2af8ab222b
commit
cbb222889a
6 changed files with 45 additions and 2 deletions
|
@ -163,4 +163,6 @@ FlyTrap=15
|
|||
RisingWeight=16
|
||||
RisingWeightWheel=17
|
||||
PressureSwitch=18
|
||||
SingleSpike=19
|
||||
SingleSpike=19
|
||||
CheckPoint=20
|
||||
WaterBucket=20
|
|
@ -239,3 +239,23 @@ Collision=0
|
|||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=1
|
||||
|
||||
[CheckPoint]
|
||||
Gfx=..\..\graphics\hazards\checkpoint\checkpoint.gin
|
||||
WayPoints=0
|
||||
Speed=0
|
||||
TurnRate=0
|
||||
Collision=0
|
||||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=1
|
||||
|
||||
[WaterBucket]
|
||||
Gfx=..\..\graphics\hazards\water_bucket\water_bucket.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