- UID
- 375189
- 帖子
- 150
- 精华
- 0
- 威望
- 0
- 阅读权限
- 100
- 注册时间
- 2006-8-16
|
skin显示BPM的方法~
不知道做皮肤的朋友们知道不知道。。。发帖说明一下。。。
我试了。。1.3版可以动态显示BPM。。。1.2版暂时不能~
以1.3beta版默认的o2jam皮肤为例。。。
在面板项或数据面板项。。。或其它可行的地方增加下面这段,
就会在劲乐团显示歌曲名称的地方显示BPM了~~~
<part_BPM FrameCount="1" Draw_AlphaTest = "true">
<Frame0 u="getdigit(CurBPM,0)*11+126" v="106" w="11" h="11" x="512" y="541" ImageName="font1.png" />
</part_BPM>
<part_BPM FrameCount="1" Draw_AlphaTest = "true">
<Frame0 u="getdigit(CurBPM,1)*11+126" v="106" w="11" h="11" x="500" y="541" ImageName="font1.png" />
</part_BPM>
<part_BPM FrameCount="1" Draw_AlphaTest = "true">
<Frame0 u="getdigit(CurBPM,2)*11+126" v="106" w="11" h="11" x="488" y="541" ImageName="font1.png" />
</part_BPM> |
|