This commit is contained in:
parent
27cd9601d2
commit
457f41308e
6 changed files with 35 additions and 3 deletions
|
@ -134,7 +134,7 @@ Ch1L1_Plat2=1
|
|||
################################################
|
||||
# Hazards
|
||||
[Hazard]
|
||||
RockShard=0
|
||||
RockShard=19
|
||||
HeartPendulum=1
|
||||
Tugboat=2
|
||||
Acorn=0
|
||||
|
@ -155,4 +155,5 @@ BouncingRock=12
|
|||
FlyTrap=15
|
||||
RisingWeight=16
|
||||
RisingWeightWheel=17
|
||||
PressureSwitch=18
|
||||
PressureSwitch=18
|
||||
SingleSpike=19
|
|
@ -229,3 +229,13 @@ Collision=0
|
|||
Health=0
|
||||
AttackStrength=0
|
||||
Respawn=2
|
||||
|
||||
[SingleSpike]
|
||||
Gfx=..\..\graphics\hazards\rockshard_pc\pc_single_spike.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