https://github.com/cammin/ldtkworldimageexporter
Combines LDtk level images to create a giant world image
https://github.com/cammin/ldtkworldimageexporter
Last synced: about 2 months ago
JSON representation
Combines LDtk level images to create a giant world image
- Host: GitHub
- URL: https://github.com/cammin/ldtkworldimageexporter
- Owner: Cammin
- License: mit
- Created: 2023-08-08T03:58:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T03:54:39.000Z (over 1 year ago)
- Last Synced: 2025-03-17T13:05:29.640Z (3 months ago)
- Language: C#
- Size: 1.78 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LDtk World Image Exporter
An app that combines level images together to create an image file of a world.This is useful for:
- Quickly adding a map into a game
- Creating a minimap
- Sharing in devlogs### How to use:
- Ensure you've made the level images first; Save your LDtk project with the "Export as PNG" option to "One PNG per level".
- Open the app. (It may ask permissions. Allow it)
- Click the first button to specify the `.ldtk` file.
- Select which world and depth you want to export.
- Click the generate button and wait for the loading bar to finish.
- Click open folder to view where the image was saved.