Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TokyoSU authored Aug 25, 2024
1 parent e882a4f commit e8dee21
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
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)

0 comments on commit e8dee21

Please sign in to comment.