forked from FoundKeyGang/FoundKey
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 = {
|
||||
name: 'iPhone X',
|
||||
category: 'special',
|
||||
|
|
Loading…
Reference in a new issue