doodboard/duckboard: fix info.json data (#10745)
This commit is contained in:
parent
bf92957ff2
commit
4e30f4d102
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
{"x": 1, "y": 2},
|
||||
{"x": 2, "y": 2},
|
||||
{"x": 3, "y": 2},
|
||||
{"x": 4, "y": 2},
|
||||
{"x": 4, "y": 1, "h": 2},
|
||||
|
||||
{"x": 1, "y": 3},
|
||||
{"x": 2, "y": 3},
|
||||
|
@ -29,7 +29,7 @@
|
|||
{"x": 1, "y": 4},
|
||||
{"x": 2, "y": 4},
|
||||
{"x": 3, "y": 4},
|
||||
{"x": 4, "y": 4}
|
||||
{"x": 4, "y": 3, "h": 2}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue