add button to clone solutions
This commit is contained in:
parent
1ce5291777
commit
2720735a58
5 changed files with 42 additions and 29 deletions
|
@ -57,7 +57,7 @@ blueprint rotation?
|
|||
```json
|
||||
{
|
||||
"level_id": "00_zeroes",
|
||||
"solution_id": "solution_0",
|
||||
"solution_id": 0,
|
||||
"name": "unnamed 1",
|
||||
"board": "oo\nP*\n|-",
|
||||
"score": {
|
||||
|
@ -71,7 +71,7 @@ blueprint rotation?
|
|||
`blueprints/blueprint_0.json`
|
||||
```json
|
||||
{
|
||||
"id": "blueprint_0",
|
||||
"id": 0,
|
||||
"name": "zero_printer",
|
||||
"board": "o -B I\n> * < \n"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue