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
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ local function update_meta(meta, enabled)
meta:set_int("enabled", enabled and 1 or 0)
local fs = "size[8,12]"..
"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;]"..
"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;]"..