From b78b5406532e3cf046d985af99038c54e450f5f6 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 13 Aug 2012 05:54:14 -0400 Subject: reworked textures for mesecons wires, added a new one for each of on/off states, to allow wires without junction bumps to be textured differently. --- mesecons_textures/textures/wires_bump_off.png | Bin 0 -> 347 bytes mesecons_textures/textures/wires_bump_on.png | Bin 0 -> 386 bytes mesecons_textures/textures/wires_off.png | Bin 532 -> 272 bytes mesecons_textures/textures/wires_on.png | Bin 640 -> 286 bytes mesecons_textures/textures/wires_vertical_off.png | Bin 643 -> 302 bytes mesecons_textures/textures/wires_vertical_on.png | Bin 754 -> 341 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 mesecons_textures/textures/wires_bump_off.png create mode 100644 mesecons_textures/textures/wires_bump_on.png (limited to 'mesecons_textures/textures') diff --git a/mesecons_textures/textures/wires_bump_off.png b/mesecons_textures/textures/wires_bump_off.png new file mode 100644 index 0000000..1e0bd74 Binary files /dev/null and b/mesecons_textures/textures/wires_bump_off.png differ diff --git a/mesecons_textures/textures/wires_bump_on.png b/mesecons_textures/textures/wires_bump_on.png new file mode 100644 index 0000000..da9a661 Binary files /dev/null and b/mesecons_textures/textures/wires_bump_on.png differ diff --git a/mesecons_textures/textures/wires_off.png b/mesecons_textures/textures/wires_off.png index bbe5e08..01c3fd8 100644 Binary files a/mesecons_textures/textures/wires_off.png and b/mesecons_textures/textures/wires_off.png differ diff --git a/mesecons_textures/textures/wires_on.png b/mesecons_textures/textures/wires_on.png index d3ffb04..8ea4a80 100644 Binary files a/mesecons_textures/textures/wires_on.png and b/mesecons_textures/textures/wires_on.png differ diff --git a/mesecons_textures/textures/wires_vertical_off.png b/mesecons_textures/textures/wires_vertical_off.png index 21fd0cd..bbb5dc8 100644 Binary files a/mesecons_textures/textures/wires_vertical_off.png and b/mesecons_textures/textures/wires_vertical_off.png differ diff --git a/mesecons_textures/textures/wires_vertical_on.png b/mesecons_textures/textures/wires_vertical_on.png index 2280764..a458f8f 100644 Binary files a/mesecons_textures/textures/wires_vertical_on.png and b/mesecons_textures/textures/wires_vertical_on.png differ -- cgit v1.2.3