From ff93cf4977b66cd8d276b77c8c69404684abe17b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 26 Jun 2022 03:39:35 +0800 Subject: Commit clipboard and expand buttons --- .../assets/roughlyenoughitems/textures/gui/clipboard.png | Bin 0 -> 129 bytes .../assets/roughlyenoughitems/textures/gui/expand.png | Bin 0 -> 107 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/clipboard.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/expand.png diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/clipboard.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/clipboard.png new file mode 100644 index 000000000..4834f7b4b Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/clipboard.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/expand.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/expand.png new file mode 100644 index 000000000..5cc0b9ba7 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/expand.png differ -- cgit