I'm struggling to figure out how to have a text zone in a panel, can anyone help?
*edit sorry for the noobish position of the question, I have tried to dissect the the original skin but there are no text zones in either video or scratch panel, I've looked (repeatedly) at the skin SKD and the panels info (is vague for a beginner) doesn't match with the stuff I'm seeing in default800*600.xml , so I really am stumped.
*edit sorry for the noobish position of the question, I have tried to dissect the the original skin but there are no text zones in either video or scratch panel, I've looked (repeatedly) at the skin SKD and the panels info (is vague for a beginner) doesn't match with the stuff I'm seeing in default800*600.xml , so I really am stumped.
发表时间 Mon 16 Sep 13 @ 10:07 am
you just need to specify the panel attribute eg
<textzone pannel="yourPanelName" deck="#">
<size width="#" height="#"/>
<pos x="#" y="#"/>
<text font="Myriad Pro" size="#" color="#808080" align="center" format="whatYouWantItToSay" />
</textzone>
<textzone pannel="yourPanelName" deck="#">
<size width="#" height="#"/>
<pos x="#" y="#"/>
<text font="Myriad Pro" size="#" color="#808080" align="center" format="whatYouWantItToSay" />
</textzone>
发表时间 Mon 16 Sep 13 @ 11:38 am
Right I understand now, cool thanks,
发表时间 Mon 16 Sep 13 @ 11:45 am