From d0cdc695912cce4a9977b0e1a997ced29ebb89b1 Mon Sep 17 00:00:00 2001 From: sssooonnnggg Date: Sun, 18 Feb 2024 16:22:10 +0800 Subject: [PATCH] chore: udpate README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d8732e..f0981b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Emoji POT -Fix emoji sprite sheet to POT (power of two) size. +Fix emoji sprite sheet to POT (power of two) size to fix TextMeshPro issues in Unity. +Source sprite sheet can be found at https://github.com/iamcal/emoji-data # Basic Usage @@ -7,6 +8,9 @@ Fix emoji sprite sheet to POT (power of two) size. emoji_pot -i sheet_google_32.png ``` +If successful, the output will be a file named `sheet_google_32_pot.png` in the same directory as the input file. +Input sprite sheet should be any sprite sheet with 32x32 emoji images, the output file will be a 2048x2048 sprite sheet with 30x30 emoji images by default. + # Advance Usage ```