Tileset JSON: deprecate additional_tiles
key and move contents into multitile
key
#46253
Labels
Code: Infrastructure / Style / Static Analysis
Code internal infrastructure and style
<Documentation>
Design documents, internal info, guides and help.
SDL: Tiles / Sound
Tiles visual interface and sounds.
stale
Closed for lack of activity, but still valid.
Is your feature request related to a problem? Please describe.
If
"multitile": true
always requiresadditional_tiles
key to be present they can be simply merged, I don't see a need to have them both.Describe the solution you'd like
Move contents of
additional_tiles
intomultitile
value, don't check ifmultitile
is true but if it's present at all. Maybe I'll try to do that later but I already have a lot of other things to do.Suggestion from @anothersimulacrum :
It would also require changing
compose.py
,TILESET.md
andtile_config.json
s if done in a backward-incompatible way.Describe alternatives you've considered
Additional context
https://discord.com/channels/598523535169945603/598535887801810944/790871379821068308
The text was updated successfully, but these errors were encountered: