Add X map

This commit is contained in:
Aya Morisawa 2018-03-09 03:01:55 +09:00 committed by GitHub
parent 2b2100788b
commit ee9611ec2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,6 +215,21 @@ export const reserved: Map = {
'b------w'
};
export const x: Map = {
name: 'X',
category: '8x8',
size: 8,
data:
'w------b' +
'-w----b-' +
'--w--b--' +
'---wb---' +
'---bw---' +
'--b--w--' +
'-b----w-' +
'b------w'
};
export const tenthtenth: Map = {
name: '10x10',
category: '10x10',