[client] add universal LevelFrame
This commit is contained in:
@@ -23,7 +23,6 @@ player:
|
||||
human: &human
|
||||
life: 3
|
||||
protect: 5
|
||||
human: true
|
||||
tanks:
|
||||
- {type: human0, rate: 1}
|
||||
bot: &bot
|
||||
@@ -41,7 +40,7 @@ presets:
|
||||
teams:
|
||||
- id: human
|
||||
players:
|
||||
- {<<: *human, index: 0, color: 0xFFFF00}
|
||||
- {<<: *human, index: 0, color: 0xFFFF00, human: 1}
|
||||
- id: bot
|
||||
spawnInterval: 3000
|
||||
life: 20
|
||||
@@ -55,8 +54,8 @@ presets:
|
||||
teams:
|
||||
- id: human
|
||||
players:
|
||||
- {<<: *human, index: 0, color: 0xFFFF00}
|
||||
- {<<: *human, index: 1, color: 0x15C040}
|
||||
- {<<: *human, index: 0, color: 0xFFFF00, human: 1}
|
||||
- {<<: *human, index: 1, color: 0x15C040, human: 2}
|
||||
- id: bot
|
||||
spawnInterval: 3000
|
||||
life: 20
|
||||
|
||||
Reference in New Issue
Block a user