Problem involving Car chains
Posted: 18 Jul 2020, 12:52
The game says I have less than 8 frames. What does it mean and how to solve it
A feature rich city builder game for Android, iOS and PC
https://forum.theotown.com/
Code: Select all
[
{
"id":"4001",
"type":"car",
"author":"Lee",
"flag normal":false,
"flag train":true,
"frames":[{"bmp":"4001.png","count":4,"h":16,"w":16}],
"speed":6,
"v2":true
},
{
"id":"4002",
"type":"car",
"author":"Lee",
"flag normal":false,
"flag train":true,
"frames":[{"bmp":"4002.png","count":4,"h":16,"w":16}],
"speed":6,
"v2":true
},
{
"id":"4003",
"type":"car",
"author":"Lee",
"flag normal":false,
"flag train":true,
"frames":[{"bmp":"4003.png","count":4,"h":16,"w":16}],
"speed":6,
"v2":true
},
{
"id":"CR400AF",
"type":"car",
"author":"Lee",
"flag normal":false,
"flag train":true,
"frames":[{"bmp":"4001.png","count":4,"h":16,"w":16}],
"tail":["4002","4002","4002","4002","4002","4002","4003"],
"speed":6,
"v2":true
},
Code: Select all Reset
[ { "id":"4001", "type":"car", "author":"Lee", "flag normal":false, "flag train":true, "frames":[{"bmp":"4001.png","count":4,"h":16,"w":16}], "speed":6, "v2":true }, { "id":"4002", "type":"car", "author":"Lee", "flag normal":false, "flag train":true, "frames":[{"bmp":"4002.png","count":4,"h":16,"w":16}], "speed":6, "v2":true }, { "id":"4003", "type":"car", "author":"Lee", "flag normal":false, "flag train":true, "frames":[{"bmp":"4003.png","count":4,"h":16,"w":16}], "speed":6, "v2":true }, { "id":"CR400AF", "type":"car", "author":"Lee", "flag normal":false, "flag train":true, "frames":[{"bmp":"4001.png","count":4,"h":16,"w":16}], "tail":["4002","4002","4002","4002","4002","4002","4003"], "speed":6, "v2":true } ,