From 3f4c717de5ebc9b942d65ae45ac87c43bdf8a31b Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Tue, 3 Feb 2015 21:09:09 +0000 Subject: Made a few modifications to some classes, added earrings and bracelets. Improved coloring algorithm and balanced the Thieving Glove --- .../assets/jewelrycraft/textures/gui/curses.png | Bin 6035 -> 3145 bytes .../assets/jewelrycraft/textures/gui/guidePage.png | Bin 29547 -> 30287 bytes .../jewelrycraft/textures/gui/guidePageFlip.png | Bin 29469 -> 30247 bytes .../assets/jewelrycraft/textures/gui/hearts.png | Bin 0 -> 1787 bytes .../assets/jewelrycraft/textures/items/earrings.png | Bin 277 -> 273 bytes .../assets/jewelrycraft/textures/items/guide.png | Bin 350 -> 316 bytes .../jewelrycraft/textures/items/jewelBracelet.png | Bin 0 -> 245 bytes .../jewelrycraft/textures/items/jewelEarrings.png | Bin 0 -> 227 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/assets/jewelrycraft/textures/gui/hearts.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelBracelet.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelEarrings.png (limited to 'resources/assets/jewelrycraft/textures') diff --git a/resources/assets/jewelrycraft/textures/gui/curses.png b/resources/assets/jewelrycraft/textures/gui/curses.png index 64220f3..4105e37 100644 Binary files a/resources/assets/jewelrycraft/textures/gui/curses.png and b/resources/assets/jewelrycraft/textures/gui/curses.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/guidePage.png b/resources/assets/jewelrycraft/textures/gui/guidePage.png index c74dab2..4dcf812 100644 Binary files a/resources/assets/jewelrycraft/textures/gui/guidePage.png and b/resources/assets/jewelrycraft/textures/gui/guidePage.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png b/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png index 0746861..be617ab 100644 Binary files a/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png and b/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/hearts.png b/resources/assets/jewelrycraft/textures/gui/hearts.png new file mode 100644 index 0000000..b74087f Binary files /dev/null and b/resources/assets/jewelrycraft/textures/gui/hearts.png differ diff --git a/resources/assets/jewelrycraft/textures/items/earrings.png b/resources/assets/jewelrycraft/textures/items/earrings.png index dae9728..7bf3a63 100644 Binary files a/resources/assets/jewelrycraft/textures/items/earrings.png and b/resources/assets/jewelrycraft/textures/items/earrings.png differ diff --git a/resources/assets/jewelrycraft/textures/items/guide.png b/resources/assets/jewelrycraft/textures/items/guide.png index 39c7f2c..c015875 100644 Binary files a/resources/assets/jewelrycraft/textures/items/guide.png and b/resources/assets/jewelrycraft/textures/items/guide.png differ diff --git a/resources/assets/jewelrycraft/textures/items/jewelBracelet.png b/resources/assets/jewelrycraft/textures/items/jewelBracelet.png new file mode 100644 index 0000000..f6fc3c8 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/jewelBracelet.png differ diff --git a/resources/assets/jewelrycraft/textures/items/jewelEarrings.png b/resources/assets/jewelrycraft/textures/items/jewelEarrings.png new file mode 100644 index 0000000..713e5c7 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/jewelEarrings.png differ -- cgit v1.2.3