locoworld: properly format Manifest, rename layers

This commit is contained in:
Lennart Buhl 2016-07-07 01:06:58 +02:00
parent 1b1b4738a8
commit f83195aed7
25 changed files with 42 additions and 42 deletions

View File

@ -2,7 +2,14 @@
"Name": "The locomotive!", "Name": "The locomotive!",
"FPS": 25, "FPS": 25,
"Layers" : { "Layers" : {
"locomotive": { "0bg": {
"Z-Index": 0,
"Direction": 5,
"Speed": 2,
"Repeat": true,
"Transparent": " "
},
"1locomotive": {
"Z-Index": 1, "Z-Index": 1,
"Direction": 4, "Direction": 4,
"Speed": 3, "Speed": 3,
@ -10,7 +17,7 @@
"Repeat": false, "Repeat": false,
"Transparent": "x" "Transparent": "x"
}, },
"ground": { "2ground": {
"Z-Index": 2, "Z-Index": 2,
"Direction": 6, "Direction": 6,
"Speed": 1, "Speed": 1,
@ -18,7 +25,7 @@
"Repeat": true, "Repeat": true,
"Transparent": " " "Transparent": " "
}, },
"front" : { "3schuuuschuu" : {
"Z-Index": 3, "Z-Index": 3,
"Direction": 6, "Direction": 6,
"Speed": 2, "Speed": 2,
@ -26,15 +33,8 @@
"V-Offset": 16, "V-Offset": 16,
"Transparent": " " "Transparent": " "
}, },
"fixed": { "4overlay": {
"Z-Index": 0, "Z-Index": 4,
"Direction": 5,
"Speed": 2,
"Repeat": true,
"Transparent": " "
},
"overlay": {
"Z-Index": 10,
"Direction": 0, "Direction": 0,
"Speed": 0, "Speed": 0,
"Repeat": false, "Repeat": false,