From 87ccf96bf8a7705da7844dce9b94364b2e3d1b25 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 26 Jun 2022 04:10:01 +0800 Subject: Change page buttons texture --- .../assets/roughlyenoughitems/textures/gui/arrow_left.png | Bin 0 -> 117 bytes .../roughlyenoughitems/textures/gui/arrow_right.png | Bin 0 -> 104 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_left.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_right.png (limited to 'runtime/src/main/resources') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_left.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_left.png new file mode 100644 index 000000000..912d3784f Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_left.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_right.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_right.png new file mode 100644 index 000000000..46b33d08e Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_right.png differ -- cgit