Skip to content
Snippets Groups Projects
Commit ec6ef4fd authored by DarkGod's avatar DarkGod
Browse files

ahah

parent 9a4d26db
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ local dcb = function(self)
shader:paramNumber2("textSize", item._tex_w, item._tex_h)
shader:use(true)
else
item._tex:toScreenFull(x+2, y+2, item.w, item.h, item._tex_w, item._tex_h)
item._tex:toScreenFull(x+2, y+2, item.w, item.h, item._tex_w, item._tex_h, 0, 0, 0, 0.7)
end
item._tex:toScreenFull(x, y, item.w, item.h, item._tex_w, item._tex_h)
if shader then shader:use(false) end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment