forked from FoundKeyGang/FoundKey
Add Two board map
This commit is contained in:
parent
d77416cedf
commit
2f593dfa67
1 changed files with 24 additions and 0 deletions
|
@ -356,3 +356,27 @@ export const bigBoard: Map = {
|
|||
'----------------' +
|
||||
'----------------'
|
||||
};
|
||||
|
||||
export const twoBoard: Map = {
|
||||
name: 'Two board',
|
||||
category: 'special',
|
||||
size: 17,
|
||||
data:
|
||||
'-------- --------' +
|
||||
'-------- --------' +
|
||||
'-------- --------' +
|
||||
'---wb--- ---wb---' +
|
||||
'---bw--- ---bw---' +
|
||||
'-------- --------' +
|
||||
'-------- --------' +
|
||||
'-------- --------' +
|
||||
' ' +
|
||||
' ' +
|
||||
' ' +
|
||||
' ' +
|
||||
' ' +
|
||||
' ' +
|
||||
' ' +
|
||||
' ' +
|
||||
' '
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue