parent
961cf5d7da
commit
c9dfa27320
@ -1,7 +1,13 @@ |
||||
{ |
||||
"tick": 66, |
||||
"timescale": 1.0, |
||||
"width": 1600, |
||||
"height": 1100, |
||||
"obstacle": 20 |
||||
"width": 1000, |
||||
"height": 500, |
||||
"obstacles": [ |
||||
[100, 300, 200, 400], |
||||
[100, 100, 200, 200], |
||||
[400, 150, 600, 350], |
||||
[800, 300, 900, 400], |
||||
[800, 100, 900, 200] |
||||
] |
||||
} |
||||
|
Loading…
Reference in new issue