Add Parallel map

This commit is contained in:
Aya Morisawa 2018-03-10 11:42:50 +09:00 committed by GitHub
parent ed0b442b92
commit 57081857f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -332,6 +332,22 @@ export const x: Map = {
] ]
}; };
export const parallel: Map = {
name: 'Parallel',
category: '8x8',
author: 'Aya',
data: [
'--------',
'--------',
'--------',
'---bb---',
'---ww---',
'--------',
'--------',
'--------'
]
};
export const squareParty: Map = { export const squareParty: Map = {
name: 'Square Party', name: 'Square Party',
category: '8x8', category: '8x8',