From e8dee2185a47939fd63fdc64e3f2dbc69de677c8 Mon Sep 17 00:00:00 2001 From: TokyoSU <77746747+TokyoSU@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:26:39 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a57f53..001ae40 100644 --- a/README.md +++ b/README.md @@ -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)