forked from FoundKeyGang/FoundKey
Add new handi map
This commit is contained in:
parent
5cbac059e5
commit
30a5bf1a64
1 changed files with 15 additions and 0 deletions
|
@ -142,6 +142,21 @@ export const eighteightH4: Map = {
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const eighteightH28: Map = {
|
||||||
|
name: '8x8 handicap 28',
|
||||||
|
category: '8x8',
|
||||||
|
data: [
|
||||||
|
'bbbbbbbb',
|
||||||
|
'b------b',
|
||||||
|
'b------b',
|
||||||
|
'b--wb--b',
|
||||||
|
'b--bw--b',
|
||||||
|
'b------b',
|
||||||
|
'b------b',
|
||||||
|
'bbbbbbbb'
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
export const roundedEighteight: Map = {
|
export const roundedEighteight: Map = {
|
||||||
name: '8x8 rounded',
|
name: '8x8 rounded',
|
||||||
category: '8x8',
|
category: '8x8',
|
||||||
|
|
Loading…
Reference in a new issue