An open API service indexing awesome lists of open source software.

https://github.com/jdvfx/extend-tmx-canvas

Extend tmx canvas size
https://github.com/jdvfx/extend-tmx-canvas

resize stardew-valley tiled-map-editor tiles tmx

Last synced: 17 days ago
JSON representation

Extend tmx canvas size

Awesome Lists containing this project

README

        

# extend-tmx-canvas
Extend tmx canvas size

usage:

1)
In this example.tmx, I manually updated the canvas size (on line 13)

old: ``````

new: ``````

2)

Then, the script update all the layers to the new size:
```
python3 extend-tmx-canvas.py input_file output_file
```

3)
That's it, all the layers have the new size and the tile data has a bunch of extra zeros.
You now have a massive canvas!