21 lines
332 B
JSON
21 lines
332 B
JSON
{
|
|
"Name": "The locomotive!",
|
|
"FPS": 25,
|
|
"Layers" : {
|
|
"locomotive": {
|
|
"Z-Index": 2,
|
|
"Direction": 4,
|
|
"Speed": 3,
|
|
"Repeat": false,
|
|
"Transparent": "•"
|
|
},
|
|
"ground": {
|
|
"Z-Index": 1,
|
|
"Direction": 6,
|
|
"Speed": 1,
|
|
"Repeat": true,
|
|
"Transparent": "ä"
|
|
}
|
|
}
|
|
}
|