mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Remove the duplicatd map
This commit is contained in:
parent
efb09a7662
commit
58e4326ebc
@ -170,21 +170,6 @@ export const circle: Map = {
|
|||||||
' -- '
|
' -- '
|
||||||
};
|
};
|
||||||
|
|
||||||
export const dice: Map = {
|
|
||||||
name: 'Dice',
|
|
||||||
category: '8x8',
|
|
||||||
size: 8,
|
|
||||||
data:
|
|
||||||
'--------' +
|
|
||||||
'- -- -' +
|
|
||||||
'- -- -' +
|
|
||||||
'---wb---' +
|
|
||||||
'---bw---' +
|
|
||||||
'- -- -' +
|
|
||||||
'- -- -' +
|
|
||||||
'--------'
|
|
||||||
};
|
|
||||||
|
|
||||||
export const face: Map = {
|
export const face: Map = {
|
||||||
name: 'Face',
|
name: 'Face',
|
||||||
category: '8x8',
|
category: '8x8',
|
||||||
|
Loading…
Reference in New Issue
Block a user