aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-11-06 10:55:07 -0500
committerGitHub <noreply@github.com>2023-11-06 10:55:07 -0500
commit6768b769e99d9aef50a55ebe6f41dce091d29365 (patch)
tree173de8d3a723b32bc5617f29f7c3b4406f073827 /src/main/resources/assets
parent32aac90083bbf5a8a2a2844a3fbddf0168d564bd (diff)
downloadSkyblocker-6768b769e99d9aef50a55ebe6f41dce091d29365.tar.gz
Skyblocker-6768b769e99d9aef50a55ebe6f41dce091d29365.tar.bz2
Skyblocker-6768b769e99d9aef50a55ebe6f41dce091d29365.zip
Square Item Rarity Background (#407)
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json2
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_circular.png (renamed from src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background.png)bin198 -> 198 bytes
-rw-r--r--src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_square.pngbin0 -> 502 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 6d94b69b..d52ef612 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -84,6 +84,8 @@
"text.autoconfig.skyblocker.option.general.itemInfoDisplay.attributeShardInfo.@Tooltip": "Displays the attribute's level as the stack count and the initials of the attribute's name.",
"text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgrounds": "Item Rarity Backgrounds",
"text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgrounds.@Tooltip": "Displays a colored background behind an item, the color represents the item's rarity.",
+ "text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgroundStyle": "Item Rarity Background Style",
+ "text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgroundStyle.@Tooltip": "Choose between a circular or a square background style!",
"text.autoconfig.skyblocker.option.general.itemInfoDisplay.itemRarityBackgroundsOpacity": "Item Rarity Backgrounds Opacity",
"text.autoconfig.skyblocker.option.general.wikiLookup": "Wiki Lookup",
"text.autoconfig.skyblocker.option.general.wikiLookup.enableWikiLookup": "Enable Wiki Lookup",
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_circular.png
index fd8e8604..fd8e8604 100644
--- a/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background.png
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_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_rarity_background_square.png
new file mode 100644
index 00000000..0392b56c
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/item_rarity_background_square.png
Binary files differ