- UID
- 493683
- 主题
- 注册时间
- 2017-3-9
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 493 天 [LV.9]以坛为家II
|
楼主 |
发表于 2020-2-17 22:14:34
|
显示全部楼层
本帖最后由 小慧芸 于 2020-2-17 22:34 编辑
有多方法:
方法一:鼠標移到進度條上 滾動鼠標滾輪 可以調整尺寸
方法二:進入編輯 修改代碼
[Variables]
@include=#@#Variables.inc
Scale=2.44 (這個值是尺寸,可以慢慢調,保存,別忘了刷新一下進度條)
;-------------------------------------------------------------
;-------------------------------------------------------------
如果以上還是不怎麽合適 就修改下面這段 看紅字
;-------------------------------------------------------------
[MeterBar]
Meter=Shape
X=(18*#Scale#)
Y=(22*#Scale#)
Shape=Rectangle 0,0,(1050“這裏是整體的長度值 比如我們的顯示器是1920*1080 你就條到1920 或者1080 就會跟我們的顯示器的長度一樣肯定貼合”*#Scale#),(1*#Scale#),0 | Fill Color #Color1#,50 | StrokeWidth 0
Shape2=Rectangle 0,0,([MeasureProgress]*10.5“這值是上面你設置的值的百分之一“*#Scale#),(1*#Scale#),0 | Fill LinearGradient MyGradient | Extend MyModifiers1
Shape3=Ellipse ([MeasureProgress]*10.5“這值是上面你設置的值的百分之一”*#Scale#),(0.5*#Scale#),(1.2*#Scale#) | Fill Color #Color3# | StrokeWidth 0
Shape4=Ellipse ([MeasureProgress]*10.5“這值是上面你設置的值的百分之一*#Scale#),(0.5*#Scale#),(3.4*#Scale#) | Fill Color #Color3#,50 | StrokeWidth 0
MyModifiers1=Stroke Color 0,0,0,0
MyGradient= 180 | #Color2# ; 0.35 | #Color3# ; 0.95
DynamicVariables=1
;-------------------------------------------------------------
|
|