mirror of
https://github.com/TeamUlysses/utime.git
synced 2025-03-04 03:22:58 -05:00
Merge pull request #2 from GlenAnderson/master
Changed gradient to smoother, cleaner texture
This commit is contained in:
commit
6c9f3a180b
@ -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