From 67171a5ff24ed77e6c4cc889543e8dfb543e8fe5 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sun, 20 Dec 2020 19:59:49 +0800 Subject: wip more Signed-off-by: shedaniel --- .../assets/roughlyenoughitems/textures/gui/button.png | Bin 0 -> 7903 bytes .../roughlyenoughitems/textures/gui/button_dark.png | Bin 0 -> 5111 bytes .../assets/roughlyenoughitems/textures/gui/display.png | Bin 0 -> 2124 bytes .../roughlyenoughitems/textures/gui/display_dark.png | Bin 0 -> 2149 bytes .../assets/roughlyenoughitems/textures/gui/kirb.png | Bin 0 -> 630 bytes .../roughlyenoughitems/textures/gui/recipecontainer.png | Bin 0 -> 2014 bytes .../textures/gui/recipecontainer_dark.png | Bin 0 -> 2516 bytes .../roughlyenoughitems/textures/gui/screenshot.png | Bin 0 -> 25515 bytes .../assets/roughlyenoughitems/textures/gui/toasts.png | Bin 0 -> 256 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png create mode 100644 runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png (limited to 'runtime/src/main/resources/assets') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png new file mode 100644 index 000000000..6d31efc09 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/button.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png new file mode 100644 index 000000000..9e53c5d0e Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/button_dark.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png new file mode 100644 index 000000000..a5ca91a18 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/display.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png new file mode 100644 index 000000000..1a1739fa0 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/display_dark.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png new file mode 100644 index 000000000..b94ae6040 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/kirb.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png new file mode 100644 index 000000000..773636e65 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png new file mode 100644 index 000000000..a20a0938f Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/recipecontainer_dark.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png new file mode 100644 index 000000000..e7d01c952 Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/screenshot.png differ diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png new file mode 100644 index 000000000..1c369b49c Binary files /dev/null and b/runtime/src/main/resources/assets/roughlyenoughitems/textures/gui/toasts.png differ -- cgit