mirror of
https://github.com/Sokomine/colormachine.git
synced 2024-11-12 21:50:17 +01:00
new textures for the color machine node
This commit is contained in:
parent
a23aa536e7
commit
56ef158754
9
init.lua
9
init.lua
|
@ -1393,7 +1393,14 @@ minetest.after( 5, colormachine.init );
|
|||
minetest.register_node("colormachine:colormachine", {
|
||||
description = "spray booth",
|
||||
|
||||
tiles = {"default_chest.png"},
|
||||
tiles = {
|
||||
"colormachine_top.png",
|
||||
"colormachine_bottom.png",
|
||||
"colormachine_side.png",
|
||||
"colormachine_side.png",
|
||||
"colormachine_side.png",
|
||||
"colormachine_front.png",
|
||||
},
|
||||
|
||||
paramtype2 = "facedir",
|
||||
groups = {cracky=2},
|
||||
|
|
BIN
textures/colormachine_bottom.png
Normal file
BIN
textures/colormachine_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
textures/colormachine_front.png
Normal file
BIN
textures/colormachine_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
textures/colormachine_front_active.png
Normal file
BIN
textures/colormachine_front_active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
BIN
textures/colormachine_side.png
Normal file
BIN
textures/colormachine_side.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
textures/colormachine_top.png
Normal file
BIN
textures/colormachine_top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
textures/colormachine_top_active.png
Normal file
BIN
textures/colormachine_top_active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user