36 lines
565 B
JSON
36 lines
565 B
JSON
{
|
|
"Name": "The locomotive!",
|
|
"FPS": 25,
|
|
"Layers" : {
|
|
"locomotive": {
|
|
"Z-Index": 2,
|
|
"Direction": 4,
|
|
"Speed": 3,
|
|
"V-Offset": 7,
|
|
"Repeat": false,
|
|
"Transparent": " "
|
|
},
|
|
"ground": {
|
|
"Z-Index": 1,
|
|
"Direction": 6,
|
|
"Speed": 1,
|
|
"Repeat": true,
|
|
"Transparent": " "
|
|
},
|
|
"front" : {
|
|
"Z-Index": 0,
|
|
"Direction": 6,
|
|
"Speed": 2,
|
|
"Repeat": false,
|
|
"Transparent": " "
|
|
},
|
|
"fixed": {
|
|
"Z-Index": 0,
|
|
"Direction": 5,
|
|
"Speed": 2,
|
|
"Repeat": true,
|
|
"Transparent": " "
|
|
}
|
|
}
|
|
}
|