Add triangle map

This commit is contained in:
syuilo 2018-03-09 21:54:47 +09:00
parent d7cf78a19e
commit e815d3bed6

View file

@ -488,6 +488,24 @@ export const galaxy: Map = {
]
};
export const triangle: Map = {
name: 'Triangle',
category: 'special',
author: 'syuilo',
data: [
' -- ',
' -- ',
' ---- ',
' ---- ',
' --wb-- ',
' --bw-- ',
' -------- ',
' -------- ',
'----------',
'----------'
]
};
export const iphonex: Map = {
name: 'iPhone X',
category: 'special',