commit
bd969c82cf
1 changed files with 17 additions and 0 deletions
|
@ -251,6 +251,23 @@ export const grid: Map = {
|
||||||
'----------'
|
'----------'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const cross: Map = {
|
||||||
|
name: 'Cross',
|
||||||
|
category: '10x10',
|
||||||
|
size: 10,
|
||||||
|
data:
|
||||||
|
' ---- ' +
|
||||||
|
' ---- ' +
|
||||||
|
' ---- ' +
|
||||||
|
'----------' +
|
||||||
|
'----wb----' +
|
||||||
|
'----bw----' +
|
||||||
|
'----------' +
|
||||||
|
' ---- ' +
|
||||||
|
' ---- ' +
|
||||||
|
' ---- '
|
||||||
|
};
|
||||||
|
|
||||||
export const sixeight: Map = {
|
export const sixeight: Map = {
|
||||||
name: '6x8',
|
name: '6x8',
|
||||||
category: 'special',
|
category: 'special',
|
||||||
|
|
Loading…
Reference in a new issue