From 2b5664c0004b2f4ed8c712b8b6f75d9d3294c829 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 26 Feb 2017 11:11:19 -0500 Subject: updated lots of mods: blox, bobblocks, homedecor, coloredwood, gloopblocks, moreblocks, plasticbox, replacer, solidcolor, stained_glass, technic, unifiedbricks, and unifieddyes (in most of these, it's to upgrade to the Unified Dyes "extended" palette) --- computer/computers.lua | 13 +++++++++++++ computer/textures/computer_hueg_box_bk.png | Bin 0 -> 88 bytes computer/textures/computer_hueg_box_bt.png | Bin 0 -> 108 bytes computer/textures/computer_hueg_box_ft.png | Bin 0 -> 130 bytes computer/textures/computer_hueg_box_lt.png | Bin 0 -> 100 bytes computer/textures/computer_hueg_box_rt.png | Bin 0 -> 97 bytes computer/textures/computer_hueg_box_tp.png | Bin 0 -> 220 bytes 7 files changed, 13 insertions(+) create mode 100644 computer/textures/computer_hueg_box_bk.png create mode 100644 computer/textures/computer_hueg_box_bt.png create mode 100644 computer/textures/computer_hueg_box_ft.png create mode 100644 computer/textures/computer_hueg_box_lt.png create mode 100644 computer/textures/computer_hueg_box_rt.png create mode 100644 computer/textures/computer_hueg_box_tp.png (limited to 'computer') diff --git a/computer/computers.lua b/computer/computers.lua index 5a7fed4..b9d3dc4 100644 --- a/computer/computers.lua +++ b/computer/computers.lua @@ -153,6 +153,19 @@ computer.register("computer:admiral128", { }) }) +-- XBox lookalike +computer.register("computer:hueg_box", { + description = "HUEG Box", + tiles_off = { }, + node_box = computer.pixelnodebox(16, { + -- X Y Z W H L + { 0, 0, 7, 16, 6, 9 }, -- Console + { 2, 0, 1, 11, 3, 6 }, -- Controller + { 2, 0, 0, 2, 3, 1 }, + { 11, 0, 0, 2, 3, 1 }, + }) +}) + -- Generic Flat Screen LCD (16x9) with keyboard local mo_sbox = { type = "fixed", diff --git a/computer/textures/computer_hueg_box_bk.png b/computer/textures/computer_hueg_box_bk.png new file mode 100644 index 0000000..d0dbb84 Binary files /dev/null and b/computer/textures/computer_hueg_box_bk.png differ diff --git a/computer/textures/computer_hueg_box_bt.png b/computer/textures/computer_hueg_box_bt.png new file mode 100644 index 0000000..631736a Binary files /dev/null and b/computer/textures/computer_hueg_box_bt.png differ diff --git a/computer/textures/computer_hueg_box_ft.png b/computer/textures/computer_hueg_box_ft.png new file mode 100644 index 0000000..dbd8681 Binary files /dev/null and b/computer/textures/computer_hueg_box_ft.png differ diff --git a/computer/textures/computer_hueg_box_lt.png b/computer/textures/computer_hueg_box_lt.png new file mode 100644 index 0000000..bf20692 Binary files /dev/null and b/computer/textures/computer_hueg_box_lt.png differ diff --git a/computer/textures/computer_hueg_box_rt.png b/computer/textures/computer_hueg_box_rt.png new file mode 100644 index 0000000..19f06ce Binary files /dev/null and b/computer/textures/computer_hueg_box_rt.png differ diff --git a/computer/textures/computer_hueg_box_tp.png b/computer/textures/computer_hueg_box_tp.png new file mode 100644 index 0000000..543d262 Binary files /dev/null and b/computer/textures/computer_hueg_box_tp.png differ -- cgit v1.2.3