Fixed machine head polygons

This commit is contained in:
Jaime van Kessel 2015-08-20 16:14:58 +02:00
parent 329b2d4f77
commit 21ff2eaab0
3 changed files with 52 additions and 19 deletions

View file

@ -52,20 +52,20 @@
"machine_head_polygon": {
"default": [
[
-10,
10
-1,
1
],
[
10,
10
-1,
-1
],
[
10,
-10
1,
-1
],
[
-10,
-10
1,
1
]
]
},