Fix bad json

This commit is contained in:
Sollace 2019-11-28 17:09:44 +02:00
parent 52038d2d0c
commit cb34ce38d0
2 changed files with 18 additions and 12 deletions

View file

@ -21,6 +21,7 @@
"children": [ "children": [
{ {
"type": "mson:plane", "type": "mson:plane",
"face": "down",
"from": [0, 6, -3], "size": [-3, 8, 3], "from": [0, 6, -3], "size": [-3, 8, 3],
"mirror": [false, false, true] "mirror": [false, false, true]
} }
@ -49,6 +50,7 @@
"children": [ "children": [
{ {
"type": "mson:plane", "type": "mson:plane",
"face": "down",
"from": [0, 6, -3], "size": [-3, 8, 3], "from": [0, 6, -3], "size": [-3, 8, 3],
"mirror": [false, false, true] "mirror": [false, false, true]
} }

View file

@ -14,20 +14,24 @@
{ "from": [-5, -5, -7], "size": [7, 4, 7] } { "from": [-5, -5, -7], "size": [7, 4, 7] }
], ],
"children": [ "children": [
"center": [1.75, -4, 2], {
"texture": {"u": 0, "v": 87}, "center": [1.75, -4, 2],
"rotate": [6, 0, 3], "texture": {"u": 0, "v": 87},
"cubes": [ "rotate": [6, 0, 3],
{ "from": [-5, -4, -7], "size": [4, 4, 4] }
],
"children": [
"center": [1.75, -2, 2],
"texture": {"u": 0, "v": 95],
"rotate": [12, 0, 6],
"cubes": [ "cubes": [
{ "from": [-5, -2, -7], "size": [1, 2, 1] } { "from": [-5, -4, -7], "size": [4, 4, 4] }
],
"children": [
{
"center": [1.75, -2, 2],
"texture": {"u": 0, "v": 95},
"rotate": [12, 0, 6],
"cubes": [
{ "from": [-5, -2, -7], "size": [1, 2, 1] }
]
}
] ]
] }
] ]
} }
] ]