Black Background with Default Wide (1 Viewer)

doug

MP Donator
  • Premium Supporter
  • September 22, 2010
    81
    12
    Calgary
    Home Country
    Canada Canada
    Hi,
    I use Default Wide as a skin. My Lyrics doesn't seem to have a background image defined for that skin so it defaults to a black background. I edited my MyLyrics.xml and added the following after the "<import>common.window.xml</import>" line:
    Code:
        <control>
          <type>image</type>
          <description>background image</description>
          <id>0</id>
          <posX>0</posX>
          <posY>0</posY>
          <width>1280</width>
          <height>720</height>
          <texture>background.png</texture>
        </control>
    It uses the default blue background instead of a black background. I'm not sure if it was just my MyLyrics.xml file that was messed up, if the black background was intentional, or if it was missed.

    Doug
     

    Users who are viewing this thread

    Top Bottom