Updated screenshot
Fixed mulch colors
This commit is contained in:
parent
2572d88dd7
commit
effa0b57af
14
init.lua
14
init.lua
@ -8,16 +8,16 @@ local mulch_tab = {
|
||||
{"brown", "Brown", "mymulch_brown.png", "^[colorize:#190B07:160"},
|
||||
{"cyan", "Cyan", "mymulch_cyan.png", "^[colorize:cyan:120"},
|
||||
{"dark_green", "Dark Green", "mymulch_dark_green.png", "^[colorize:#071907:200"},
|
||||
{"dark_grey", "Dark Grey", "mymulch_dark_grey.png", "^[colorize:black:200"},
|
||||
{"dark_grey", "Dark Grey", "mymulch_dark_grey.png", "^[colorize:black:150"},
|
||||
{"green", "Green", "mymulch_green.png", "^[colorize:green:160"},
|
||||
{"grey", "Grey", "mymulch_grey.png", "^[colorize:black:150"},
|
||||
{"magenta", "Magenta", "mymulch_magenta.png", "^[colorize:magenta:160"},
|
||||
{"orange", "Orange", "mymulch_orange.png", "^[colorize:orange:220"},
|
||||
{"pink", "Pink", "mymulch_pink.png", "^[colorize:#FE2E9A:200"},
|
||||
{"red", "Red", "mymulch_red.png", "^[colorize:#B40404:200"},
|
||||
{"violet", "Violet", "mymulch_violet.png", "^[colorize:#2F0B3A:220"},
|
||||
{"white", "White", "mymulch_white.png", "^[colorize:white:200"},
|
||||
{"yellow", "Yellow", "mymulch_yellow.png", "^[colorize:yellow:200"},
|
||||
{"orange", "Orange", "mymulch_orange.png", "^[colorize:orange:150"},
|
||||
{"pink", "Pink", "mymulch_pink.png", "^[colorize:#FE2E9A:150"},
|
||||
{"red", "Red", "mymulch_red.png", "^[colorize:#B40404:150"},
|
||||
{"violet", "Violet", "mymulch_violet.png", "^[colorize:#2F0B3A:150"},
|
||||
{"white", "White", "mymulch_white.png", "^[colorize:white:150"},
|
||||
{"yellow", "Yellow", "mymulch_yellow.png", "^[colorize:yellow:150"},
|
||||
{"tan", "Tan", "mymulch_tan.png", ""},
|
||||
}
|
||||
for i in ipairs (mulch_tab) do
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 154 KiB |
Loading…
x
Reference in New Issue
Block a user