[client] add universal LevelFrame

This commit is contained in:
2019-04-03 17:23:15 +03:00
parent c58735ea43
commit 9dc0a4ce06
31 changed files with 268 additions and 366 deletions

View File

@@ -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