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
- Host: GitHub
- URL: https://github.com/jdvfx/extend-tmx-canvas
- Owner: jdvfx
- Created: 2023-11-01T06:52:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T07:14:47.000Z (over 1 year ago)
- Last Synced: 2025-02-16T13:58:20.331Z (3 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 sizeusage:
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!