This commit is contained in:
parent
58dabaf537
commit
b0808f3389
39
tools/MapEdit/Hazard.ini
Normal file
39
tools/MapEdit/Hazard.ini
Normal file
@ -0,0 +1,39 @@
|
||||
# Hazard Script
|
||||
#
|
||||
################################################
|
||||
# [Name]
|
||||
# Gfx=Gfx filename
|
||||
# WayPoints=maximum waypoints
|
||||
# Speed=0-10
|
||||
# TurnRate=0-4095
|
||||
# Collision=0/1
|
||||
# Health=0-255
|
||||
################################################
|
||||
|
||||
[Acorn]
|
||||
Gfx=..\..\graphics\hazards\+acorn.bmp
|
||||
WayPoints=0
|
||||
Speed=0
|
||||
TurnRate=0
|
||||
Collision=0
|
||||
Health=0
|
||||
AttackStrength=0
|
||||
|
||||
[HeartPendulum]
|
||||
Gfx=..\..\graphics\hazards\HeartPendulum\HeartPendulum.gin
|
||||
WayPoints=0
|
||||
Speed=0
|
||||
TurnRate=0
|
||||
Collision=0
|
||||
Health=0
|
||||
AttackStrength=0
|
||||
|
||||
[Tugboat]
|
||||
Gfx=..\..\graphics\hazards\Tugboat\Tugboat.gin
|
||||
WayPoints=0
|
||||
Speed=0
|
||||
TurnRate=0
|
||||
Collision=0
|
||||
Health=0
|
||||
AttackStrength=0
|
||||
|
Loading…
Reference in New Issue
Block a user