Skip to content

tmx_converter.py added npc field for mobs and better switches handling

needed the npc field handling so i can assign the wanted npc right away in tiled.
the current switch handling pushes the switch output to the warp file and since an end; is missing in this output server fails to start with errors furthermore with this end; added it creates npc reassigned warnings so i moved it to its own switches file where it does no harm and took the . prefix so it does not get written to _import.txt

Merge request reports