[render] tankz colors
This commit is contained in:
@@ -19,17 +19,16 @@ bricks:
|
||||
|
||||
team_tanks: &team_tanks
|
||||
tanks:
|
||||
- {group: any, type: 0, rate: 0.25}
|
||||
- {group: any, type: 1, rate: 0.25}
|
||||
- {group: any, type: 2, rate: 0.25}
|
||||
- {group: any, type: 0, rate: 0.5}
|
||||
- {group: any, type: 1, rate: 0.5}
|
||||
|
||||
teams:
|
||||
- <<: *team_tanks
|
||||
id: radiant
|
||||
spawnInterval: 0
|
||||
color: 0xff5555
|
||||
- <<: *team_tanks
|
||||
id: dire
|
||||
spawnInterval: 0
|
||||
color: 0x5555ff
|
||||
|
||||
points:
|
||||
- {team: radiant, type: eagle, index: -1, direction: right, x: 0, y: 28}
|
||||
@@ -54,38 +53,21 @@ bullet: &bullet
|
||||
tanks:
|
||||
any:
|
||||
- type: 0
|
||||
width: 36
|
||||
width: 38
|
||||
height: 36
|
||||
speed: 2.5
|
||||
speed: 2.0
|
||||
bullet:
|
||||
<<: *bullet
|
||||
speed: 8.0
|
||||
speed: 10.0
|
||||
bullets: 1
|
||||
skin: bc
|
||||
|
||||
- type: 1
|
||||
width: 40
|
||||
height: 36
|
||||
speed: 3.0
|
||||
speed: 4.0
|
||||
bullet:
|
||||
<<: *bullet
|
||||
speed: 8.5
|
||||
speed: 7.0
|
||||
bullets: 1
|
||||
|
||||
- type: 2
|
||||
width: 40
|
||||
height: 36
|
||||
speed: 3.0
|
||||
bullet:
|
||||
<<: *bullet
|
||||
speed: 9.0
|
||||
bullets: 2
|
||||
|
||||
- type: 3
|
||||
width: 42
|
||||
height: 38
|
||||
speed: 2.9
|
||||
bullet:
|
||||
<<: *bullet
|
||||
speed: 9.0
|
||||
piercing: 3
|
||||
bullets: 2
|
||||
skin: bb
|
||||
|
||||
Reference in New Issue
Block a user