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
Slay the spire uses two separate textures for relics. One for thumbnail (which is seen in the relic bar) and one for the full resolution (when previewing the relic by clicking on it).
BaseMod only includes the thumbnail texture which is 128x128, while the full size resolution should be 256x256 (4 times bigger). Because of this all mods that add relics to Slay the Spire have just went with the template relic, and only have the 128x textures, causing all modded relics to look blurry and low resolution.
This should definitely be fixed so future mods will have better relic textures.
The text was updated successfully, but these errors were encountered:
Slay the spire uses two separate textures for relics. One for thumbnail (which is seen in the relic bar) and one for the full resolution (when previewing the relic by clicking on it).
BaseMod only includes the thumbnail texture which is 128x128, while the full size resolution should be 256x256 (4 times bigger). Because of this all mods that add relics to Slay the Spire have just went with the template relic, and only have the 128x textures, causing all modded relics to look blurry and low resolution.
This should definitely be fixed so future mods will have better relic textures.
The text was updated successfully, but these errors were encountered: