diff options
Diffstat (limited to 'computer')
-rw-r--r-- | computer/computers.lua | 13 | ||||
-rw-r--r-- | computer/textures/computer_hueg_box_bk.png | bin | 0 -> 88 bytes | |||
-rw-r--r-- | computer/textures/computer_hueg_box_bt.png | bin | 0 -> 108 bytes | |||
-rw-r--r-- | computer/textures/computer_hueg_box_ft.png | bin | 0 -> 130 bytes | |||
-rw-r--r-- | computer/textures/computer_hueg_box_lt.png | bin | 0 -> 100 bytes | |||
-rw-r--r-- | computer/textures/computer_hueg_box_rt.png | bin | 0 -> 97 bytes | |||
-rw-r--r-- | computer/textures/computer_hueg_box_tp.png | bin | 0 -> 220 bytes |
7 files changed, 13 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..d0dbb84 --- /dev/null +++ b/computer/textures/computer_hueg_box_bk.png diff --git a/computer/textures/computer_hueg_box_bt.png b/computer/textures/computer_hueg_box_bt.png Binary files differnew file mode 100644 index 0000000..631736a --- /dev/null +++ b/computer/textures/computer_hueg_box_bt.png diff --git a/computer/textures/computer_hueg_box_ft.png b/computer/textures/computer_hueg_box_ft.png Binary files differnew file mode 100644 index 0000000..dbd8681 --- /dev/null +++ b/computer/textures/computer_hueg_box_ft.png diff --git a/computer/textures/computer_hueg_box_lt.png b/computer/textures/computer_hueg_box_lt.png Binary files differnew file mode 100644 index 0000000..bf20692 --- /dev/null +++ b/computer/textures/computer_hueg_box_lt.png diff --git a/computer/textures/computer_hueg_box_rt.png b/computer/textures/computer_hueg_box_rt.png Binary files differnew file mode 100644 index 0000000..19f06ce --- /dev/null +++ b/computer/textures/computer_hueg_box_rt.png diff --git a/computer/textures/computer_hueg_box_tp.png b/computer/textures/computer_hueg_box_tp.png Binary files differnew file mode 100644 index 0000000..543d262 --- /dev/null +++ b/computer/textures/computer_hueg_box_tp.png |