[client] add universal LevelFrame
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
game:
|
||||
levels: 23
|
||||
friendlyFire: true
|
||||
complete: []
|
||||
complete:
|
||||
- team: radiant
|
||||
|
||||
map:
|
||||
cellWidth: 22
|
||||
@@ -33,22 +34,28 @@ player:
|
||||
team:
|
||||
base: &team
|
||||
life: 20
|
||||
eagle:
|
||||
score: 500
|
||||
radiant: &radiant
|
||||
<<: *team
|
||||
id: radiant
|
||||
color: 0xff4422
|
||||
players:
|
||||
- {<<: *player-slow, index: 0, human: 1, color: 0xff8866}
|
||||
- {<<: *player-fast, index: 1}
|
||||
- {<<: *player-slow, index: 2}
|
||||
- {<<: *player-fast, index: 3}
|
||||
- {<<: *player-slow, index: 4}
|
||||
dire: &dire
|
||||
<<: *team
|
||||
id: dire
|
||||
color: 0x3284ff
|
||||
players:
|
||||
- {<<: *player-slow, index: 0}
|
||||
- {<<: *player-fast, index: 1}
|
||||
- {<<: *player-slow, index: 2}
|
||||
- {<<: *player-fast, index: 3}
|
||||
- {<<: *player-slow, index: 4}
|
||||
eagle:
|
||||
score: 500
|
||||
radiant: &radiant
|
||||
id: radiant
|
||||
color: 0xff4422
|
||||
<<: *team
|
||||
dire: &dire
|
||||
id: dire
|
||||
color: 0x3284ff
|
||||
<<: *team
|
||||
|
||||
presets:
|
||||
- id: default
|
||||
|
||||
Reference in New Issue
Block a user