mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 02:46:43 -06:00
Add triangle map
This commit is contained in:
parent
d7cf78a19e
commit
e815d3bed6
1 changed files with 18 additions and 0 deletions
|
@ -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 a new issue