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: 2 months ago
JSON representation
Extend tmx canvas size
- Host: GitHub
- URL: https://github.com/jdvfx/extend-tmx-canvas
- Owner: jdvfx
- Created: 2023-11-01T06:52:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T07:14:47.000Z (about 2 years ago)
- Last Synced: 2025-10-08T09:43:15.021Z (2 months ago)
- Topics: resize, stardew-valley, tiled-map-editor, tiles, tmx
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!