Add cross map

This commit is contained in:
Aya Morisawa 2018-03-09 02:31:01 +09:00 committed by GitHub
parent 58e4326ebc
commit 5e2b1f66ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -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 = {
name: '6x8',
category: 'special',