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