Advertisement
This is comment for paste
Mesh Gradients
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hook.Add("HUDPaint", "gradient examples", function()
- draw.GradientH(50, 50, 300, 300, color_white, Color(0, 0, 0, 0))
- draw.GradientV(50, 350, 300, 300, color_black, Color(0, 0, 0, 0))
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement