1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-09-26 06:10:45 +02:00

fixed missed texture to make game agnostic

This commit is contained in:
unknown 2022-04-13 22:47:03 -04:00
parent 3b546ca824
commit 0345386323

View File

@ -174,7 +174,7 @@ local function update_meta(meta, enabled)
meta:set_int("enabled", enabled and 1 or 0) meta:set_int("enabled", enabled and 1 or 0)
local fs = "size[8,12]".. local fs = "size[8,12]"..
"list[context;recipe;0,0;3,3;]".. "list[context;recipe;0,0;3,3;]"..
"image[3,1;1,1;gui_hb_bg.png^[colorize:#141318:255]".. "image[3,1;1,1;[combine:16x16^[noalpha^[colorize:#141318:255]"..
"list[context;output;3,1;1,1;]".. "list[context;output;3,1;1,1;]"..
"image_button[3,2;1,0.6;pipeworks_button_" .. state .. ".png;" .. state .. ";;;false;pipeworks_button_interm.png]" .. "image_button[3,2;1,0.6;pipeworks_button_" .. state .. ".png;" .. state .. ";;;false;pipeworks_button_interm.png]" ..
"list[context;src;0,4.5;8,3;]".. "list[context;src;0,4.5;8,3;]"..