forked from mtcontrib/digiterms
Add beige keyboard
This commit is contained in:
parent
0db423d834
commit
d80b6c2696
19
nodes.lua
19
nodes.lua
|
@ -144,3 +144,22 @@ digiterms.register_monitor('digiterms:cathodic_green_monitor', {
|
|||
"digiterms_green_sides.png", "digiterms_green_sides.png^[transformFX]",
|
||||
"digiterms_green_back.png", "digiterms_green_front_off.png",},
|
||||
})
|
||||
|
||||
minetest.register_node('digiterms:beige_keyboard', {
|
||||
description = "Beige keyboard",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
sunlight_propagates = false,
|
||||
tiles = { "digiterms_beige_keyboard_top.png", "digiterms_beige_keyboard_bottom.png",
|
||||
"digiterms_beige_keyboard_sides.png", "digiterms_beige_keyboard_sides.png",
|
||||
"digiterms_beige_keyboard_sides.png", "digiterms_beige_keyboard_sides.png",},
|
||||
drawtype = "nodebox",
|
||||
groups = {choppy = 1, oddly_breakable_by_hand = 1},
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-8/16, -8/16, -1/16, 8/16, -6/16, 7/16},
|
||||
{-7/16, -12/32, 1/32, 7/16, -11/32, 11/32},
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 2.4 MiB |
1849
svg/keyboards.svg
Normal file
1849
svg/keyboards.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 2.6 MiB |
BIN
textures/digiterms_beige_keyboard_bottom.png
Normal file
BIN
textures/digiterms_beige_keyboard_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 421 B |
BIN
textures/digiterms_beige_keyboard_sides.png
Normal file
BIN
textures/digiterms_beige_keyboard_sides.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 281 B |
BIN
textures/digiterms_beige_keyboard_top.png
Normal file
BIN
textures/digiterms_beige_keyboard_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user