You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easiest way to explain this is to show a comparison. This is what it normally looks like:
And this is what it looks like when I try to replace the sprite using HT:
The text was updated successfully, but these errors were encountered:
This isn’t exactly a bug but rather a quirk of how those sprites work in the first place. They work by having a full width sprite and then cropping it. Currently replacing a sprite doesn’t inherit the cropped rect of the sprite and it can be hard to make it exactly the same. This is something that should be done directly by replacing the full texture rather than changing the sprite in the json
Yeah, it would be especially helpful for packs that use pixel art since the progress bars in-game aren’t all the same size. There’s a lot that could be added but with time this could be one of the best GD mods out there
Easiest way to explain this is to show a comparison. This is what it normally looks like:
And this is what it looks like when I try to replace the sprite using HT:
The text was updated successfully, but these errors were encountered: