From 98b8c8da76d4aa803aa2faddac2355709be5168b Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 1 Sep 2012 14:37:32 -0400 Subject: Receiver now looks insulated, since it behaves that way anyways. --- mesecons_textures/textures/receiver_bottom_off.png | Bin 0 -> 242 bytes mesecons_textures/textures/receiver_bottom_on.png | Bin 0 -> 247 bytes mesecons_textures/textures/receiver_fb_off.png | Bin 346 -> 374 bytes mesecons_textures/textures/receiver_fb_on.png | Bin 491 -> 517 bytes mesecons_textures/textures/receiver_lr_off.png | Bin 457 -> 317 bytes mesecons_textures/textures/receiver_lr_on.png | Bin 481 -> 321 bytes mesecons_textures/textures/receiver_tb_off.png | Bin 477 -> 0 bytes mesecons_textures/textures/receiver_tb_on.png | Bin 515 -> 0 bytes mesecons_textures/textures/receiver_top_off.png | Bin 0 -> 240 bytes mesecons_textures/textures/receiver_top_on.png | Bin 0 -> 245 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 mesecons_textures/textures/receiver_bottom_off.png create mode 100644 mesecons_textures/textures/receiver_bottom_on.png delete mode 100644 mesecons_textures/textures/receiver_tb_off.png delete mode 100644 mesecons_textures/textures/receiver_tb_on.png create mode 100644 mesecons_textures/textures/receiver_top_off.png create mode 100644 mesecons_textures/textures/receiver_top_on.png (limited to 'mesecons_textures/textures') diff --git a/mesecons_textures/textures/receiver_bottom_off.png b/mesecons_textures/textures/receiver_bottom_off.png new file mode 100644 index 0000000..8542e7d Binary files /dev/null and b/mesecons_textures/textures/receiver_bottom_off.png differ diff --git a/mesecons_textures/textures/receiver_bottom_on.png b/mesecons_textures/textures/receiver_bottom_on.png new file mode 100644 index 0000000..98ca72a Binary files /dev/null and b/mesecons_textures/textures/receiver_bottom_on.png differ diff --git a/mesecons_textures/textures/receiver_fb_off.png b/mesecons_textures/textures/receiver_fb_off.png index 6be0a66..3decca5 100644 Binary files a/mesecons_textures/textures/receiver_fb_off.png and b/mesecons_textures/textures/receiver_fb_off.png differ diff --git a/mesecons_textures/textures/receiver_fb_on.png b/mesecons_textures/textures/receiver_fb_on.png index 1705a58..3715efd 100644 Binary files a/mesecons_textures/textures/receiver_fb_on.png and b/mesecons_textures/textures/receiver_fb_on.png differ diff --git a/mesecons_textures/textures/receiver_lr_off.png b/mesecons_textures/textures/receiver_lr_off.png index e144691..50c602c 100644 Binary files a/mesecons_textures/textures/receiver_lr_off.png and b/mesecons_textures/textures/receiver_lr_off.png differ diff --git a/mesecons_textures/textures/receiver_lr_on.png b/mesecons_textures/textures/receiver_lr_on.png index 0198e32..1eeda68 100644 Binary files a/mesecons_textures/textures/receiver_lr_on.png and b/mesecons_textures/textures/receiver_lr_on.png differ diff --git a/mesecons_textures/textures/receiver_tb_off.png b/mesecons_textures/textures/receiver_tb_off.png deleted file mode 100644 index 460febb..0000000 Binary files a/mesecons_textures/textures/receiver_tb_off.png and /dev/null differ diff --git a/mesecons_textures/textures/receiver_tb_on.png b/mesecons_textures/textures/receiver_tb_on.png deleted file mode 100644 index 077eae3..0000000 Binary files a/mesecons_textures/textures/receiver_tb_on.png and /dev/null differ diff --git a/mesecons_textures/textures/receiver_top_off.png b/mesecons_textures/textures/receiver_top_off.png new file mode 100644 index 0000000..35bed5c Binary files /dev/null and b/mesecons_textures/textures/receiver_top_off.png differ diff --git a/mesecons_textures/textures/receiver_top_on.png b/mesecons_textures/textures/receiver_top_on.png new file mode 100644 index 0000000..158dda2 Binary files /dev/null and b/mesecons_textures/textures/receiver_top_on.png differ -- cgit v1.2.3