Andrewthe13th / Inventory_Kamera

Scans Genshin Impact characters, artifacts, and weapons from the game window into a JSON file.
MIT License
697 stars 121 forks source link

Correct equipped bitmap dimensions #467

Closed BrandonXLF closed 1 year ago

BrandonXLF commented 1 year ago

Correct the dimensions of equipped bitmaps so they don't include the character icon and the text above.

Before: image

After: equipped

Fixes #466