[Fixed] Road not showing up
Posted: 23 Apr 2017, 11:50
So i'm working on a road, I put it in the game and everything seems to be fine, no error log, no crash but I can't find the road anywhere
Help ?[/list]
Help ?[/list]
A feature rich city builder game for Android, iOS and PC
https://www.forum.theotown.com/
Code: Select all
[
{
"id":"$projectGenesis_2",
"type":"Road",
"active":true,
"allow bus stops":true,
"overrunable":false,
"height":1,
"width":1,
"level":4,
"speed":5,
"title":"Tramway road",
"text":"train track only decorative",
"frames":
[{"bmp":"1.png"},
{"bmp":"2.png"},
{"bmp":"3.png"},
{"bmp":"4.png"},
{"bmp":"5.png"},
{"bmp":"6.png"},
{"bmp":"7.png"},
{"bmp":"8.png"},
{"bmp":"9.png"},
{"bmp":"10.png"},
{"bmp":"11.png"},
{"bmp":"12.png"},
{"bmp":"13.png"},
{"bmp":"14.png"},
{"bmp":"15.png"},
{"bmp":"16.png"}]
}
]
former member wrote:try using "road" instead of "Road". Not sure if that helps, but you can try it.
Are you sure picture names are in plugin folder are same as shown here?
former member is right, type names are lower case.