locoworld: properly format Manifest, rename layers
This commit is contained in:
parent
1b1b4738a8
commit
f83195aed7
|
@ -1,45 +1,45 @@
|
||||||
{
|
{
|
||||||
"Name": "The locomotive!",
|
"Name": "The locomotive!",
|
||||||
"FPS": 25,
|
"FPS": 25,
|
||||||
"Layers" : {
|
"Layers" : {
|
||||||
"locomotive": {
|
"0bg": {
|
||||||
"Z-Index": 1,
|
"Z-Index": 0,
|
||||||
"Direction": 4,
|
"Direction": 5,
|
||||||
"Speed": 3,
|
"Speed": 2,
|
||||||
"V-Offset": 7,
|
"Repeat": true,
|
||||||
"Repeat": false,
|
"Transparent": " "
|
||||||
"Transparent": "x"
|
},
|
||||||
},
|
"1locomotive": {
|
||||||
"ground": {
|
"Z-Index": 1,
|
||||||
"Z-Index": 2,
|
"Direction": 4,
|
||||||
"Direction": 6,
|
"Speed": 3,
|
||||||
"Speed": 1,
|
"V-Offset": 7,
|
||||||
"V-Offset": 15,
|
"Repeat": false,
|
||||||
"Repeat": true,
|
"Transparent": "x"
|
||||||
"Transparent": " "
|
},
|
||||||
},
|
"2ground": {
|
||||||
"front" : {
|
"Z-Index": 2,
|
||||||
"Z-Index": 3,
|
"Direction": 6,
|
||||||
"Direction": 6,
|
"Speed": 1,
|
||||||
"Speed": 2,
|
"V-Offset": 15,
|
||||||
"Repeat": false,
|
"Repeat": true,
|
||||||
"V-Offset": 16,
|
"Transparent": " "
|
||||||
"Transparent": " "
|
},
|
||||||
},
|
"3schuuuschuu" : {
|
||||||
"fixed": {
|
"Z-Index": 3,
|
||||||
"Z-Index": 0,
|
"Direction": 6,
|
||||||
"Direction": 5,
|
"Speed": 2,
|
||||||
"Speed": 2,
|
"Repeat": false,
|
||||||
"Repeat": true,
|
"V-Offset": 16,
|
||||||
"Transparent": " "
|
"Transparent": " "
|
||||||
},
|
},
|
||||||
"overlay": {
|
"4overlay": {
|
||||||
"Z-Index": 10,
|
"Z-Index": 4,
|
||||||
"Direction": 0,
|
"Direction": 0,
|
||||||
"Speed": 0,
|
"Speed": 0,
|
||||||
"Repeat": false,
|
"Repeat": false,
|
||||||
"V-Offset": 25,
|
"V-Offset": 25,
|
||||||
"Transparent" : " "
|
"Transparent" : " "
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user