-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# TexturePackerforTombEditor | ||
Pack individual texture into a texture atlas, also can export to png + json too. | ||
# Texture packer for tomb editor. | ||
|
||
I wanted to have a packer because i created individual texture and i didnt wanted to "open image -> move to atlas" manually xD | ||
So i created one myself, feel free to use it. | ||
Only work with png and bmp. | ||
Image color result may differ from original (Need polishing) | ||
|
||
# The gui: | ||
![TexturePackerImg1](https://github.com/user-attachments/assets/bc17a1ab-03ad-49b6-bba4-17c8d34a09fd) | ||
|
||
# Atlas when created: | ||
![TexturePackerImg2](https://github.com/user-attachments/assets/8e841737-1d20-43c5-a22d-5aeb515f8043) | ||
|
||
# Json format: | ||
![TexturePackerImg3](https://github.com/user-attachments/assets/54a89558-26ec-4e04-897c-6380048be428) |