mirror of
https://github.com/TeamUlysses/utime.git
synced 2025-03-04 03:22:58 -05:00
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:
parent
2db9d6cda0
commit
85b6defa06
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user