Skip to content

Commit

Permalink
use the trash slot icon's alpha instead of [combine
Browse files Browse the repository at this point in the history
also it's supposed to be 128px, not 256px.  fixed that.
  • Loading branch information
VanessaE committed Mar 11, 2021
1 parent 608cdfb commit c044f5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ end
function ui.make_trash_slot(xpos, ypos)
return
ui.single_slot(xpos, ypos)..
"image["..xpos..","..ypos..";1.25,1.25;ui_trash_slot_icon.png^[opacity:95]"..
"image["..xpos..","..ypos..";1.25,1.25;ui_trash_slot_icon.png]"..
"list[detached:trash;main;"..(xpos + ui.list_img_offset)..","..(ypos + ui.list_img_offset)..";1,1;]"
end

Expand Down
Binary file modified textures/ui_trash_slot_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c044f5e

Please sign in to comment.