diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-09 02:04:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-09 02:04:55 +0900 |
| commit | 58e4326ebcdc54f19a6626c01df1e6a6dc78f337 (patch) | |
| tree | 71a5413beef98bf1df40b1bf08b6760c9a809f98 /src | |
| parent | v4030 (diff) | |
| download | misskey-58e4326ebcdc54f19a6626c01df1e6a6dc78f337.tar.gz misskey-58e4326ebcdc54f19a6626c01df1e6a6dc78f337.tar.bz2 misskey-58e4326ebcdc54f19a6626c01df1e6a6dc78f337.zip | |
Remove the duplicatd map
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/othello/maps.ts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 1c9ddc8677..e587b584c7 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -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 = { name: 'Face', category: '8x8', |