From 4f29b0ed24e393be7074abd851e207aadab38196 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 12 Apr 2015 16:29:24 +0300 Subject: I rearranged files and added a few cool stuff. --- .../assets/jewelrycraft2/textures/gui/chest_ring.png | Bin 0 -> 1993 bytes .../assets/jewelrycraft2/textures/gui/curses.png | Bin 0 -> 3898 bytes .../assets/jewelrycraft2/textures/gui/guidePage.png | Bin 0 -> 36869 bytes .../assets/jewelrycraft2/textures/gui/guidePageFlip.png | Bin 0 -> 34450 bytes .../assets/jewelrycraft2/textures/gui/hearts.png | Bin 0 -> 18141 bytes .../jewelrycraft2/textures/gui/jewelry_modifier.png | Bin 0 -> 1936 bytes .../assets/jewelrycraft2/textures/gui/jewelry_tab.png | Bin 0 -> 2330 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/jewelrycraft2/textures/gui/chest_ring.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/gui/curses.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/gui/guidePage.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/gui/guidePageFlip.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/gui/hearts.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/gui/jewelry_modifier.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/gui/jewelry_tab.png (limited to 'src/main/resources/assets/jewelrycraft2/textures/gui') diff --git a/src/main/resources/assets/jewelrycraft2/textures/gui/chest_ring.png b/src/main/resources/assets/jewelrycraft2/textures/gui/chest_ring.png new file mode 100644 index 0000000..66f00cc Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/gui/chest_ring.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/gui/curses.png b/src/main/resources/assets/jewelrycraft2/textures/gui/curses.png new file mode 100644 index 0000000..d12c83d Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/gui/curses.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/gui/guidePage.png b/src/main/resources/assets/jewelrycraft2/textures/gui/guidePage.png new file mode 100644 index 0000000..7387be5 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/gui/guidePage.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/gui/guidePageFlip.png b/src/main/resources/assets/jewelrycraft2/textures/gui/guidePageFlip.png new file mode 100644 index 0000000..92f2705 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/gui/guidePageFlip.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/gui/hearts.png b/src/main/resources/assets/jewelrycraft2/textures/gui/hearts.png new file mode 100644 index 0000000..3371ea5 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/gui/hearts.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/gui/jewelry_modifier.png b/src/main/resources/assets/jewelrycraft2/textures/gui/jewelry_modifier.png new file mode 100644 index 0000000..2aad1f5 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/gui/jewelry_modifier.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/gui/jewelry_tab.png b/src/main/resources/assets/jewelrycraft2/textures/gui/jewelry_tab.png new file mode 100644 index 0000000..376249b Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/gui/jewelry_tab.png differ -- cgit v1.2.3