圆形进度条标签 <CircleBar> 参数 -- loadingbg :进度条底图 -- loadingbar:进度条bar图 -- startper :进度条起始进度 默认为0 -- endper :进度条结束进度 默认为100 -- time :播放耗时 默认1s播放完 -- offsetX、offsetY:进度条bar中心点相对于进度条底图的偏移坐标 -- link:跳转 例子: [@main] <Img|move=0|img=public/bg_npc_01.png|loadDelay=1|bg=1|reset=1|show=0> <Layout|x=545|y=0|width=80|height=80|link=@exit> <Button|x=546|y=0|nimg=public/1900000510.png|pimg=public/1900000511.png|link=@exit> <CircleBar|loadingbg=private/treasure_map_ui/bg_xbzy_02.png|loadingbar=private/treasure_map_ui/bg_xbzy_03.png|startper=0|endper=100|time=1|offsetX=0|offsetY=0|x=50|y=50|link= @跳转> [@跳转] #if #act SENDMSG 6 圆形进度条读取完毕 |