V.2.0.0
·
19 commits
to master
since this release
This update contains major changes that break compatibility from V.1.X.X.
Changes
- Removed the
CutFrame
,ColoredCutFrame
, andBaseButton
classes.ControllerIcon
was moved up. - Added new
ThemedFrame
to work with the new themes and replaceCutFrame
. - Reimplemented internal structure.
TextButton
now used as base instead of custom.ImageLabel
s now used instead of multiple frames to get appearance.- The border now moved when hovered.
- Hovering and pressing now tweens the colors. The
TweenDuration
property can change how long it takes, with 0 disabling the feature.
- Added support for
Theme
s."CutCorners"
is default and keeps the same appearance."RoundedCorners"
offers rounded corners.