ループモード実装
This commit is contained in:
parent
e4aabf9357
commit
e6d2cbe6a3
6 changed files with 59 additions and 8 deletions
|
|
@ -793,7 +793,7 @@ export const twoBoard: Map = {
|
|||
]
|
||||
};
|
||||
|
||||
export const test: Map = {
|
||||
export const test1: Map = {
|
||||
name: 'Test1',
|
||||
category: 'Test',
|
||||
data: [
|
||||
|
|
@ -803,3 +803,15 @@ export const test: Map = {
|
|||
'--------'
|
||||
]
|
||||
};
|
||||
|
||||
export const test2: Map = {
|
||||
name: 'Test2',
|
||||
category: 'Test',
|
||||
data: [
|
||||
'------',
|
||||
'------',
|
||||
'-b--w-',
|
||||
'-w--b-',
|
||||
'-w--b-'
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue