-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomerswontfixThis will not be worked onThis will not be worked on
Description
For some reason transparent colors are rendered less transparent than they should actually be
local rndx = include("rndx_lib.lua")
hook.Add("HUDPaint", "Test", function()
draw.RoundedBox(5, 100, 100, 100, 100, Color(0, 0, 0, 200))
rndx.Draw(5, 500, 100, 100, 100, Color(0, 0, 0, 200))
end)Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerswontfixThis will not be worked onThis will not be worked on