From 2cfe476909673dff921674bc9d19b046e850ef9d Mon Sep 17 00:00:00 2001 From: Wapic <17051068+Wapic@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:12:32 +0100 Subject: feat: Add transparent textures for storage overlay --- translations/en_us.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'translations') diff --git a/translations/en_us.json b/translations/en_us.json index 8321112..14ed3f6 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -266,6 +266,10 @@ "firmament.config.storage-overlay.rows.description": "Max columns used by the storage overlay and overview.", "firmament.config.storage-overlay.scroll-speed": "Scroll Speed", "firmament.config.storage-overlay.scroll-speed.description": "Scroll speed inside of the storage overlay and overview.", + "firmament.config.storage-overlay.texture": "Storage Overlay Texture", + "firmament.config.storage-overlay.texture.description": "Set which texture to use for storage overlay", + "firmament.config.storage-overlay.texture.choice.default": "Default", + "firmament.config.storage-overlay.texture.choice.clear": "Clear", "firmament.config.waypoints": "Waypoints", "firmament.config.waypoints.show-index": "Show ordered waypoint indexes", "firmament.config.waypoints.show-index.description": "Show the number of an ordered waypoint in the world.", -- cgit