[client] added any map item renders
This commit is contained in:
@@ -9,13 +9,13 @@ map:
|
||||
gridHeight: 30
|
||||
|
||||
bricks:
|
||||
- {type: -1, layer: 2, armor: -1} # border
|
||||
- {type: 0, layer: 0, armor: 0} # none
|
||||
- {type: 1, layer: 0, armor: 0} # ace
|
||||
- {type: 2, layer: 3, armor: 0} # bush
|
||||
- {type: 3, layer: 1, armor: 0} # water
|
||||
- {type: 4, layer: 2, armor: 2} # armor
|
||||
- {type: 5, layer: 2, armor: 1} # brick
|
||||
- {type: border, index: -1, layer: 2, armor: -1}
|
||||
- {type: none, index: 0, layer: 0, armor: 0}
|
||||
- {type: ace, index: 1, layer: 0, armor: 0}
|
||||
- {type: bush, index: 2, layer: 3, armor: 0}
|
||||
- {type: water, index: 3, layer: 1, armor: 0}
|
||||
- {type: armor, index: 4, layer: 2, armor: 2}
|
||||
- {type: brick, index: 5, layer: 2, armor: 1}
|
||||
|
||||
team:
|
||||
radiant: &radiant
|
||||
|
||||
Reference in New Issue
Block a user