aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/firmament/textures
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-10-14 23:20:00 +0200
committerLinnea Gräf <nea@nea.moe>2025-10-14 23:20:00 +0200
commitd8f449c708c3fec138c0c4c1463d2f3de3f8f221 (patch)
tree37812704591582ec1b02bb704c0812399ab1f0d5 /src/main/resources/assets/firmament/textures
parentfc74db9ce60afd2c18919531f132ef2f4e56fa80 (diff)
downloadFirmament-d8f449c708c3fec138c0c4c1463d2f3de3f8f221.tar.gz
Firmament-d8f449c708c3fec138c0c4c1463d2f3de3f8f221.tar.bz2
Firmament-d8f449c708c3fec138c0c4c1463d2f3de3f8f221.zip
feat: add support for big buttons
Diffstat (limited to 'src/main/resources/assets/firmament/textures')
-rw-r--r--src/main/resources/assets/firmament/textures/gui/sprites/inventory_button_background.png.mcmeta10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/assets/firmament/textures/gui/sprites/inventory_button_background.png.mcmeta b/src/main/resources/assets/firmament/textures/gui/sprites/inventory_button_background.png.mcmeta
new file mode 100644
index 0000000..55fb892
--- /dev/null
+++ b/src/main/resources/assets/firmament/textures/gui/sprites/inventory_button_background.png.mcmeta
@@ -0,0 +1,10 @@
+{
+ "gui": {
+ "scaling": {
+ "type": "nine_slice",
+ "width": 18,
+ "height": 18,
+ "border": 4
+ }
+ }
+}