From 695e1354b1611ecb10ddf599036b213c0b7343c9 Mon Sep 17 00:00:00 2001 From: Wapic <17051068+Wapic@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:39:09 +0200 Subject: feat: add transparent inventory buttons --- .../textures/gui/sprites/inventory_button_background.png | Bin 0 -> 122 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/resourcepacks/transparent_overlay/assets/firmament/textures/gui/sprites/inventory_button_background.png diff --git a/src/main/resources/resourcepacks/transparent_overlay/assets/firmament/textures/gui/sprites/inventory_button_background.png b/src/main/resources/resourcepacks/transparent_overlay/assets/firmament/textures/gui/sprites/inventory_button_background.png new file mode 100644 index 0000000..46c86f4 Binary files /dev/null and b/src/main/resources/resourcepacks/transparent_overlay/assets/firmament/textures/gui/sprites/inventory_button_background.png differ -- cgit