Add triangle map
This commit is contained in:
parent
d7cf78a19e
commit
e815d3bed6
|
@ -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 = {
|
export const iphonex: Map = {
|
||||||
name: 'iPhone X',
|
name: 'iPhone X',
|
||||||
category: 'special',
|
category: 'special',
|
||||||
|
|
Loading…
Reference in New Issue