From 109d817df659fe235b7bbb7fce6f0057b6583358 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 21 Apr 2013 01:00:31 -0400 Subject: Make pressure plate texturing more flexible, improve appearance of existing textures --- .../textures/jeija_pressure_plate_stone_inv.png | Bin 0 -> 604 bytes .../textures/jeija_pressure_plate_stone_off.png | Bin 648 -> 555 bytes .../textures/jeija_pressure_plate_stone_off_edges.png | Bin 0 -> 292 bytes .../textures/jeija_pressure_plate_stone_on.png | Bin 680 -> 579 bytes .../textures/jeija_pressure_plate_stone_on_edges.png | Bin 0 -> 336 bytes .../textures/jeija_pressure_plate_stone_wield.png | Bin 0 -> 604 bytes .../textures/jeija_pressure_plate_wood_inv.png | Bin 0 -> 716 bytes .../textures/jeija_pressure_plate_wood_off.png | Bin 750 -> 663 bytes .../textures/jeija_pressure_plate_wood_off_edges.png | Bin 0 -> 295 bytes .../textures/jeija_pressure_plate_wood_on.png | Bin 772 -> 675 bytes .../textures/jeija_pressure_plate_wood_on_edges.png | Bin 0 -> 336 bytes .../textures/jeija_pressure_plate_wood_wield.png | Bin 0 -> 716 bytes 12 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 mesecons_textures/textures/jeija_pressure_plate_stone_inv.png create mode 100644 mesecons_textures/textures/jeija_pressure_plate_stone_off_edges.png create mode 100644 mesecons_textures/textures/jeija_pressure_plate_stone_on_edges.png create mode 100644 mesecons_textures/textures/jeija_pressure_plate_stone_wield.png create mode 100644 mesecons_textures/textures/jeija_pressure_plate_wood_inv.png create mode 100644 mesecons_textures/textures/jeija_pressure_plate_wood_off_edges.png create mode 100644 mesecons_textures/textures/jeija_pressure_plate_wood_on_edges.png create mode 100644 mesecons_textures/textures/jeija_pressure_plate_wood_wield.png (limited to 'mesecons_textures') diff --git a/mesecons_textures/textures/jeija_pressure_plate_stone_inv.png b/mesecons_textures/textures/jeija_pressure_plate_stone_inv.png new file mode 100644 index 0000000..bfe5a1d Binary files /dev/null and b/mesecons_textures/textures/jeija_pressure_plate_stone_inv.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_stone_off.png b/mesecons_textures/textures/jeija_pressure_plate_stone_off.png index 9952b65..46140da 100644 Binary files a/mesecons_textures/textures/jeija_pressure_plate_stone_off.png and b/mesecons_textures/textures/jeija_pressure_plate_stone_off.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_stone_off_edges.png b/mesecons_textures/textures/jeija_pressure_plate_stone_off_edges.png new file mode 100644 index 0000000..2ad9acc Binary files /dev/null and b/mesecons_textures/textures/jeija_pressure_plate_stone_off_edges.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_stone_on.png b/mesecons_textures/textures/jeija_pressure_plate_stone_on.png index 962e4ed..dc64931 100644 Binary files a/mesecons_textures/textures/jeija_pressure_plate_stone_on.png and b/mesecons_textures/textures/jeija_pressure_plate_stone_on.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_stone_on_edges.png b/mesecons_textures/textures/jeija_pressure_plate_stone_on_edges.png new file mode 100644 index 0000000..51add95 Binary files /dev/null and b/mesecons_textures/textures/jeija_pressure_plate_stone_on_edges.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_stone_wield.png b/mesecons_textures/textures/jeija_pressure_plate_stone_wield.png new file mode 100644 index 0000000..c533567 Binary files /dev/null and b/mesecons_textures/textures/jeija_pressure_plate_stone_wield.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_wood_inv.png b/mesecons_textures/textures/jeija_pressure_plate_wood_inv.png new file mode 100644 index 0000000..36dacd0 Binary files /dev/null and b/mesecons_textures/textures/jeija_pressure_plate_wood_inv.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_wood_off.png b/mesecons_textures/textures/jeija_pressure_plate_wood_off.png index ace94f5..ca98757 100644 Binary files a/mesecons_textures/textures/jeija_pressure_plate_wood_off.png and b/mesecons_textures/textures/jeija_pressure_plate_wood_off.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_wood_off_edges.png b/mesecons_textures/textures/jeija_pressure_plate_wood_off_edges.png new file mode 100644 index 0000000..665ae97 Binary files /dev/null and b/mesecons_textures/textures/jeija_pressure_plate_wood_off_edges.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_wood_on.png b/mesecons_textures/textures/jeija_pressure_plate_wood_on.png index 605d9a3..e1a7d8e 100644 Binary files a/mesecons_textures/textures/jeija_pressure_plate_wood_on.png and b/mesecons_textures/textures/jeija_pressure_plate_wood_on.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_wood_on_edges.png b/mesecons_textures/textures/jeija_pressure_plate_wood_on_edges.png new file mode 100644 index 0000000..358f2ea Binary files /dev/null and b/mesecons_textures/textures/jeija_pressure_plate_wood_on_edges.png differ diff --git a/mesecons_textures/textures/jeija_pressure_plate_wood_wield.png b/mesecons_textures/textures/jeija_pressure_plate_wood_wield.png new file mode 100644 index 0000000..50b321d Binary files /dev/null and b/mesecons_textures/textures/jeija_pressure_plate_wood_wield.png differ -- cgit v1.2.3