aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/textures
diff options
context:
space:
mode:
authorAerh <22944369+Aerhhh@users.noreply.github.com>2025-05-28 13:07:53 +0100
committerGitHub <noreply@github.com>2025-05-28 20:07:53 +0800
commit2b0dbeb3d445e3300361a657f8b1d63644d99cb5 (patch)
tree8c6db44e3eea8891b64d346d07d7cadac7ba2e38 /src/main/resources/assets/skyblocker/textures
parente71f08a418eba1c464d054c5d634d580a25eac8a (diff)
downloadSkyblocker-2b0dbeb3d445e3300361a657f8b1d63644d99cb5.tar.gz
Skyblocker-2b0dbeb3d445e3300361a657f8b1d63644d99cb5.tar.bz2
Skyblocker-2b0dbeb3d445e3300361a657f8b1d63644d99cb5.zip
Item Background Refactor + Jacob's Contest Medal Background Colors (#1262)
* Refactor item backgrounds, add Jacob's Contest medal background colors * Fix indentation? * ColoredBackgroundStyle -> ItemBackgroundStyle, I like it more * I forgot to rename a few other things * Remove colored from asset names * Forgot to rename the assets here * Screen cache thing is done by the other cache clear method, not this one * No default value of -1 * Remove extra blank line * Translucent background * Remove unnecessary method * Remove redundant cache clear in ItemBackgroundManager * Clean up config category --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Diffstat (limited to 'src/main/resources/assets/skyblocker/textures')
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/item_background_circular.png (renamed from src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_circular.png)bin198 -> 198 bytes
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/item_background_square.png (renamed from src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_square.png)bin181 -> 181 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_circular.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_background_circular.png
index fd8e8604..fd8e8604 100644
--- a/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_circular.png
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_background_circular.png
Binary files differ
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_square.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_background_square.png
index 558606b2..558606b2 100644
--- a/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_square.png
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_background_square.png
Binary files differ