Specific Logos and skin designers guide (1 Viewer)

tamago_quin

Portal Member
June 25, 2008
34
5
Is it possible to have two different coordinates for logos?

for example:

Code:
<control>
      <type>image</type>
      <description>thumb Logos</description>
      <id>66</id>
      <posX>0</posX>
      <posY>65</posY>
      <width>400</width>
      <height>35</height>
      <texture>#TVSeries.Logos</texture>
      <keepaspectratio>yes</keepaspectratio>
      <spaceBetweenItems>2</spaceBetweenItems>
    </control>
    <control>
      <type>image</type>
      <description>thumb Logos</description>
      <id>66</id>
      <posX>300</posX>
      <posY>300</posY>
      <width>200</width>
      <height>35</height>
      <texture>[B]#TVSeries.Logos.Series.Network[/B]</texture>
      <keepaspectratio>yes</keepaspectratio>
      <spaceBetweenItems>2</spaceBetweenItems>
     </control>

unfortunately #TVSeries.Logos.Series.Network doesn't work, but am i close?

Second question: is there a skin designers guide for this plugin?

thanks

quincy
 

Users who are viewing this thread

Top Bottom