From 1c6216ba6df00cf2b535ace35b001d35ec010ed5 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 28 Jun 2022 19:19:54 +0800 Subject: Add better arrow icons --- .../roughlyenoughitems/textures/gui/arrow_left_small.png | Bin 0 -> 108 bytes .../roughlyenoughitems/textures/gui/arrow_right_small.png | Bin 0 -> 97 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_left_small.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_right_small.png (limited to 'runtime/src/main/resources/assets') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_left_small.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_left_small.png new file mode 100644 index 000000000..08d3581ce Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_left_small.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_right_small.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_right_small.png new file mode 100644 index 000000000..7fd10dfd7 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/arrow_right_small.png differ -- cgit