CPStyling.lua 1.2.0
- Made CPStyling an independent mod for CET.
- Other mods can require CPStyling by using GetMod()
- Allow mods to customize their color scheme
Breaking Changes
-
Some functions have been changed to colon operator
CPS:setThemeBegin()
CPS:setThemeEnd()
CPS:setFrameThemeBegin()
CPS:setFrameThemeEnd()
CPS:CPButton()
CPS:CPToggle()
CPS:CPToolTip1Begin()
CPS:CPToolTip1End()
CPS:CPToolTip2Begin()
CPS:CPToolTip2End()
CPS:CPRect1()
CPS:CPRect2()
CPS:CPDraw()
-
CPS.loadPNG()
now takesfile
as the argument instead offile path