rcomage版本:v1.0.2
图层
<Plane name="test_1" posX="-200" posY="0" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="1" width="200" height="200" posUnknown="0" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x0" onLoad="nothing" image="image:tex_1" unknownInt18="0xffff" />
name=对象名
posX=横坐标
posY=纵坐标
redScale,greenScale,blueScale=RGB颜色(范围0-1)
alphaScale=阿尔法通道(范围0-1)
width=宽度
height=高度
scaleWidth=宽度比例
scaleHeight=高度比例
elementScale=元素比例
onLoad=动作或系统时间加载
image=图像
unknownInt18=图像显示方式(0xFFFF居中,0x0拉伸,0x10000局部水平拉伸,0x20000局部垂直拉伸,0x30000局部拉伸)
-----------------------------------------------
文本层
<Text name="main_set" posX="-234" posY="-127" objectScale="0" redScale="1" greenScale="1" blueScale="1" alphaScale="0" width="0" height="0" posUnknown="1" scaleWidth="1" scaleHeight="1" elementScale="1" iconOffset="0x1" onLoad="anim:text_show" text="text:main_settings" unknownRef18="nothing" unknownInt20="0x1000001" unknownInt21="0x1" size="7" topRed="1" topGreen="1" topBlue="0.7" bottomRed="1" bottomGreen="1" bottomBlue="1" spacingHorizontal="0" unknown30="0x0" unknown31="0x0" unknown32="0x0" spacingVertical="0" shadowX="2" shadowY="-2.5" shadowPerspective="0" shadowRed="0.5" shadowGreen="0.5" shadowBlue="0.5" shadowAlpha="1" unknown41="0x0" unknown42="0x0" unknown43="0x0" unknownFloat44="1" unknownFloat45="1" unknownFloat46="1" unknownFloat47="1" unknown48="0xffffffff" />
部分相同参数参考图层
所有RGB,阿尔法通道参数范围都是0-1
size=文字大小
topRed,topGreen,topBlue=顶部RGB颜色
bottomRed,bottomGreen,bottomBlue=底部RGB颜色
spacingHorizontal=字间距
spacingVertical=行间距
shadowX=阴影横坐标
shadowY=阴影纵坐标
shadowPerspective=阴影透视度
shadowRed,shadowGreen,shadowBlue=阴影RGB颜色
shadowAlpha=阴影阿尔法通道
阅读全文...