diff options
author | vicisacat <victor.branchu@gmail.com> | 2024-04-20 21:08:48 +0200 |
---|---|---|
committer | viciscat <51047087+viciscat@users.noreply.github.com> | 2024-06-02 13:26:45 +0200 |
commit | cc4823e3646573d052ea36fef1ce6d9f9e9b90fd (patch) | |
tree | d10abc3836a2f4af81dde88a4f2c2543bb6d684d /src/main/resources/assets/skyblocker/textures/gui | |
parent | 4e82c974a7217824eab084fe43ce4385b6aae52d (diff) | |
download | Skyblocker-cc4823e3646573d052ea36fef1ce6d9f9e9b90fd.tar.gz Skyblocker-cc4823e3646573d052ea36fef1ce6d9f9e9b90fd.tar.bz2 Skyblocker-cc4823e3646573d052ea36fef1ce6d9f9e9b90fd.zip |
some more progress
Diffstat (limited to 'src/main/resources/assets/skyblocker/textures/gui')
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png | bin | 0 -> 157 bytes | |||
-rw-r--r-- | src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png Binary files differnew file mode 100644 index 00000000..8f272cd7 --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png diff --git a/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta new file mode 100644 index 00000000..c514d54c --- /dev/null +++ b/src/main/resources/assets/skyblocker/textures/gui/sprites/notification.png.mcmeta @@ -0,0 +1,10 @@ +{ + "gui": { + "scaling": { + "type": "nine_slice", + "width": 160, + "height": 32, + "border": 4 + } + } +}
\ No newline at end of file |