Add proper listcolors

This commit is contained in:
Hugues Ross 2020-06-26 17:58:37 -04:00
parent 0c2cf72dd8
commit bab77d00e4
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ function gui.inventory(args)
end
end
data = data .. string.format("list[%s;%s;%f,%f;%f,%f;]",
data = data .. string.format("listcolors[#00000000;#00000022] list[%s;%s;%f,%f;%f,%f;]",
args.location, args.id,
args.x or 0, args.y or 0,
args.w, args.h);