Last updated
Last updated
CREDITS - This function come from :
Return the material of the background
Return a poly with the rounded box inside. You need to draw it with surface.DrawPoly
Calling this function on every display is very expensive. You have to store it in a variable and use surface.DrawPoly
Return a poly. You need to draw it with surface.DrawPoly
Calling this function on every display is very expensive. You have to store it in a variable and use surface.DrawPoly
Will set the text color to aphone:Color("Text_White") on hovered. If not, will set it to aphone:Color("Text_White120")
Draw top bar with time, wifi picture
Will paint the VBar ( Right Bar ) and fade it when it's not used for 0.5 sec
Functions you can use to make UI. These functions are usable outside of the phone and you don't need to use them to make UI.