Releases: CodeCrafter-TL/MagicTK
Releases · CodeCrafter-TL/MagicTK
1.0.0.beta1
🟢 新增
-
为
base.py
新增Window
类 -
为
Window
类添加place
title
titlebar
position
size
alpha
transparent
transparentcolor
方法 -
为
tools.py
添加create_image
interpolate_color
函数 -
为
graphics.py
新增TopRoundedRectangle
RoundedButton
类 -
为
graphics.py
中的Rectangle
类添加alpha
参数 -
为
widgets.py
新增Menu
类
🟡 变更
- 将
Rectangle
中的create_rectangle
部分移到if
判断中,为适应alpha
参数