1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 19:27:29 -06:00

Merge pull request from syuilo/othello-big-board-map

Othello big board map
This commit is contained in:
syuilo 2018-03-09 00:50:21 +09:00 committed by GitHub
commit 0cb7c859fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,3 +333,26 @@ export const iphonex: Map = {
' -------- ' +
' ------ '
};
export const bigBoard: Map = {
name: 'Big board',
category: 'special',
size: 16,
data:
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'-------wb-------' +
'-------bw-------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------'
};