gosl/levels/locoworld/Manifest.json

19 lines
258 B
JSON
Raw Normal View History

2016-02-06 15:44:09 +01:00
{
"Name": "The locomotive!",
2016-02-06 22:08:04 +01:00
"FPS": 10,
"Layers" : {
"locomotive": {
"Z-Index": 0,
"Direction": 6,
"Speed": 2,
"Transparent": "•"
},
"background": {
"Z-Index": 1,
"Direction": 6,
"Speed": 1,
"Transparent": "•"
}
}
2016-02-06 15:44:09 +01:00
}