gosl/levels/locoworld/Manifest.json

21 lines
332 B
JSON
Raw Normal View History

2016-02-07 12:16:58 +01:00
{
2016-02-06 15:44:09 +01:00
"Name": "The locomotive!",
2016-02-08 00:13:49 +01:00
"FPS": 25,
2016-02-06 22:08:04 +01:00
"Layers" : {
2016-02-06 23:16:13 +01:00
"locomotive": {
2016-02-08 20:07:53 +01:00
"Z-Index": 2,
2016-02-08 19:13:05 +01:00
"Direction": 4,
2016-02-08 19:54:28 +01:00
"Speed": 3,
2016-02-06 23:16:13 +01:00
"Repeat": false,
"Transparent": "•"
2016-02-08 19:54:28 +01:00
},
"ground": {
"Z-Index": 1,
"Direction": 6,
"Speed": 1,
"Repeat": true,
"Transparent": "ä"
2016-02-06 23:16:13 +01:00
}
2016-02-06 22:08:04 +01:00
}
2016-02-06 15:44:09 +01:00
}