[config] config.yaml

This commit is contained in:
2018-01-11 16:34:21 +03:00
parent 729798bc25
commit 21bf2f9ba1
12 changed files with 209 additions and 168 deletions

View File

@@ -0,0 +1,93 @@
map:
cellWidth: 22
cellHeight: 22
gridWidth: 26
gridHeight: 26
bricks: null
points:
- type: player
index: 0
x: 8
y: 24
direction: top
- type: player
index: 1
x: 16
y: 24
direction: top
bricks:
-1: &brick-boder
type: -1
layer: 2
armor: 3
0: &brick-none
type: 0
layer: 0
armor: 0
1: &brick-ace
type: 1
layer: 0
armor: 0
2: &brick-bush
type: 2
layer: 3
armor: 0
3: &brick-water
type: 3
layer: 1
armor: 0
4: &brick-armor
type: 4
layer: 2
armor: 2
5: &brick-brick
type: 5
layer: 2
armor: 1
bullet: &bullet
width: 12
height: 12
speed: 0
piercing: 1
tanks:
player:
0:
level: 0
width: 36
height: 36
speed: 2.5
bullet:
<<: *bullet
speed: 8.0
bullets: 1
1:
level: 1
width: 40
height: 36
speed: 3.0
bullet:
<<: *bullet
speed: 8.5
bullets: 1
2:
level: 2
width: 40
height: 36
speed: 3.0
bullet:
<<: *bullet
speed: 9.0
bullets: 2
3:
level: 3
width: 42
height: 38
speed: 2.9
bullet:
<<: *bullet
speed: 9.0
piercing: 2
bullets: 2