Add galaxy map

This commit is contained in:
syuilo 2018-03-09 21:51:00 +09:00
parent 1cddab132f
commit d7cf78a19e
1 changed files with 20 additions and 0 deletions

View File

@ -468,6 +468,26 @@ export const islands: Map = {
]
};
export const galaxy: Map = {
name: 'Galaxy',
category: 'special',
author: 'syuilo',
data: [
' ------ ',
' --www--- ',
' ------w--- ',
'---bbb--w---',
'--b---b-w-b-',
'-b--wwb-w-b-',
'-b-w-bww--b-',
'-b-w-b---b--',
'---w--bbb---',
' ---w------ ',
' ---www-- ',
' ------ '
]
};
export const iphonex: Map = {
name: 'iPhone X',
category: 'special',