gosl/levels/locoworld/Manifest.json

28 lines
439 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:57:33 +01:00
"Z-Index": 0,
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,
2016-02-08 20:57:33 +01:00
"Transparent": "r"
2016-02-08 19:54:28 +01:00
},
"ground": {
"Z-Index": 1,
"Direction": 6,
"Speed": 1,
"Repeat": true,
2016-02-08 20:57:33 +01:00
"Transparent": " "
},
"front" : {
"Z-Index": 0,
"Direction": 6,
"Speed": 2,
"Repeat": false,
"Transparent": " "
}
2016-02-06 22:08:04 +01:00
}
2016-02-06 15:44:09 +01:00
}