gosl/levels/locoworld/Manifest.json
2016-02-08 19:54:28 +01:00

21 lines
332 B
JSON

{
"Name": "The locomotive!",
"FPS": 25,
"Layers" : {
"locomotive": {
"Z-Index": 0,
"Direction": 4,
"Speed": 3,
"Repeat": false,
"Transparent": "•"
},
"ground": {
"Z-Index": 1,
"Direction": 6,
"Speed": 1,
"Repeat": true,
"Transparent": "ä"
}
}
}