Convert SmudgeLayer to sequences.
This commit is contained in:
@@ -655,13 +655,11 @@ World:
|
||||
TerrainType: Gems
|
||||
SmudgeLayer@SCORCH:
|
||||
Type:Scorch
|
||||
Sequence: scorches
|
||||
SmokePercentage:50
|
||||
Types:sc1,sc2,sc3,sc4,sc5,sc6
|
||||
Depths:1,1,1,1,1,1
|
||||
SmudgeLayer@CRATER:
|
||||
Type:Crater
|
||||
Types:cr1,cr2,cr3,cr4,cr5,cr6
|
||||
Depths:5,5,5,5,5,5
|
||||
Sequence: craters
|
||||
PathfinderDebugOverlay:
|
||||
SpawnMapActors:
|
||||
CreateMPPlayers:
|
||||
|
||||
@@ -490,4 +490,34 @@ resources:
|
||||
|
||||
shroud:
|
||||
shroud: shadow
|
||||
Length: *
|
||||
Length: *
|
||||
|
||||
# Note: The order of smudges and craters determines
|
||||
# the index that is mapped to them in maps
|
||||
scorches:
|
||||
sc1: sc1
|
||||
Length: *
|
||||
sc2: sc2
|
||||
Length: *
|
||||
sc3: sc3
|
||||
Length: *
|
||||
sc4: sc4
|
||||
Length: *
|
||||
sc5: sc5
|
||||
Length: *
|
||||
sc6: sc6
|
||||
Length: *
|
||||
|
||||
craters:
|
||||
cr1: cr1
|
||||
Length: *
|
||||
cr2: cr2
|
||||
Length: *
|
||||
cr3: cr3
|
||||
Length: *
|
||||
cr4: cr4
|
||||
Length: *
|
||||
cr5: cr5
|
||||
Length: *
|
||||
cr6: cr6
|
||||
Length: *
|
||||
|
||||
Reference in New Issue
Block a user