Add reserved map

This commit is contained in:
Aya Morisawa 2018-03-09 02:38:54 +09:00 committed by GitHub
parent 8cf9172c29
commit 04369b89bf

View file

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