Add support for fixed object geometry

also updated config file
This commit is contained in:
sm
2014-05-11 21:49:06 -07:00
parent 961cf5d7da
commit c9dfa27320
5 changed files with 54 additions and 10 deletions
+9 -3
View File
@@ -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]
]
}