Merge pull request #2 from GlenAnderson/master

Changed gradient to smoother, cleaner texture
This commit is contained in:
Brett Smith 2016-12-03 13:45:51 -06:00 committed by GitHub
commit 6c9f3a180b

View File

@ -65,7 +65,7 @@ function think()
end
timer.Create( "UTimeThink", 0.6, 0, think )
local texGradient = surface.GetTextureID( "gui/center_gradient" )
local texGradient = surface.GetTextureID( "gui/gradient" )
--PANEL.InnerColor = Color( 250, 250, 245, 255 )
--PANEL.OuterColor = Color( 0, 150, 245, 200 )