Changed gradient to smoother, cleaner texture

This gradient texture built into Garry's Mod is much cleaner, more modern and simple looking for the information being displayed in UTime.

http://i.imgur.com/Ton9Evn.jpg
(Of course, in the screenshot, I modified the font and colors, but I am only proposing a change to the gradient which you can see there.)

-Glen
This commit is contained in:
Glen 2016-11-14 22:48:39 -06:00 committed by GitHub
parent 2db9d6cda0
commit 85b6defa06

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 )