For example: 7×7, 8×8 or even 100×100

If its possible tell meeeeee
Moderators: Scenario Moderators, Plugin Moderators
Code: Select all
{
"id":"$debigblueterrain00",
"type":"decoration",
"title":"Terrain gray",
"text":"big",
"width":32,
"height":32,
"frames":[{"bmp":"32x32blue.png","w":1024,"h":512,"count":1}
]
}
Code: Select all
In /storage/emulated/0/TheoTown/plugins/Extras/areacolortools.json:
org.json.JSONException: Max building height is 32 but got 33 for building draft $debigblueterrain00
Code: Select all
{
"id":"$debigblueterrain00",
"type":"decoration",
"title":"Terrain gray",
"text":"big",
"width":31,
"height":31,
"frames":[{"bmp":"32x32blue.png","w":1024,"h":512,"count":1}
]
}
Code: Select all
{
"id":"$debigblueterrain00",
"type":"decoration",
"title":"Terrain gray",
"text":"big",
"width":32,
"height":32,
"build height":32,
"frames":[{"bmp":"32x32blue.png","w":1024,"h":512,"count":1}
]
}