Add Lack of Black map
This commit is contained in:
parent
039d5d026e
commit
8eea10c4f4
1 changed files with 15 additions and 0 deletions
|
@ -378,6 +378,21 @@ export const parallel: Map = {
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const lackOfBlack: Map = {
|
||||||
|
name: 'Lack of Black',
|
||||||
|
category: '8x8',
|
||||||
|
data: [
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'---w----',
|
||||||
|
'---bw---',
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'--------'
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
export const squareParty: Map = {
|
export const squareParty: Map = {
|
||||||
name: 'Square Party',
|
name: 'Square Party',
|
||||||
category: '8x8',
|
category: '8x8',
|
||||||
|
|
Loading…
Reference in a new issue