From 85b6defa0674087f479ddf74e92cfe186049035b Mon Sep 17 00:00:00 2001 From: Glen Date: Mon, 14 Nov 2016 22:48:39 -0600 Subject: [PATCH] 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 --- lua/autorun/cl_utime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/cl_utime.lua b/lua/autorun/cl_utime.lua index 8f29905..f15af57 100644 --- a/lua/autorun/cl_utime.lua +++ b/lua/autorun/cl_utime.lua @@ -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 )