Skip to content

CPStyling.lua 1.2.0

Compare
Choose a tag to compare
@Nats-ji Nats-ji released this 19 Feb 08:16
· 20 commits to master since this release
8fdaf72
  • 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 takes file as the argument instead of file path