forked from nalc/homedecor_modpack
HUEG BOX
This commit is contained in:
parent
43f7056142
commit
2c921c03cd
|
@ -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",
|
||||
|
|
BIN
computer/textures/computer_hueg_box_bk.png
Normal file
BIN
computer/textures/computer_hueg_box_bk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 B |
BIN
computer/textures/computer_hueg_box_bt.png
Normal file
BIN
computer/textures/computer_hueg_box_bt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 B |
BIN
computer/textures/computer_hueg_box_ft.png
Normal file
BIN
computer/textures/computer_hueg_box_ft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 B |
BIN
computer/textures/computer_hueg_box_lt.png
Normal file
BIN
computer/textures/computer_hueg_box_lt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 B |
BIN
computer/textures/computer_hueg_box_rt.png
Normal file
BIN
computer/textures/computer_hueg_box_rt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 B |
BIN
computer/textures/computer_hueg_box_tp.png
Normal file
BIN
computer/textures/computer_hueg_box_tp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 B |
Loading…
Reference in New Issue
Block a user