add button to clone solutions

This commit is contained in:
Crispy 2024-10-13 01:23:56 +02:00
parent 1ce5291777
commit 2720735a58
5 changed files with 42 additions and 29 deletions

View file

@ -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"
}