From 8eb903cc67d5e6813570ddd1d74bcfd3a3ffba45 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 16 Apr 2022 03:20:49 +0800 Subject: Shapeless Icons --- .../roughlyenoughitems/textures/gui/shapeless_icon_1x.png | Bin 0 -> 138 bytes .../roughlyenoughitems/textures/gui/shapeless_icon_2x.png | Bin 0 -> 209 bytes .../roughlyenoughitems/textures/gui/shapeless_icon_3x.png | Bin 0 -> 267 bytes .../roughlyenoughitems/textures/gui/shapeless_icon_4x.png | Bin 0 -> 341 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_1x.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_2x.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_3x.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_4x.png diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_1x.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_1x.png new file mode 100644 index 000000000..ebdd01f06 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_1x.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_2x.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_2x.png new file mode 100644 index 000000000..a041cf523 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_2x.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_3x.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_3x.png new file mode 100644 index 000000000..8dbd9557a Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_3x.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_4x.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_4x.png new file mode 100644 index 000000000..a07583522 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/shapeless_icon_4x.png differ -- cgit