drpanwe icon

artwork.xml

drpanwe | PRO | 10/20/19 01:08:06 AM UTC | 0 ⭐ | 1151 👁️ | Never ⏰ | []
XML |

820 B

|

None

|

0 👍

/

0 👎

<?xml version="1.0" encoding="UTF-8"?>
<!-- This is the default artwork.xml provided by Skyscraper. -->
<artwork>
  <!-- This is the screenshot, saved as a screenshot, with proper size. -->
  <output type="screenshot"  width="320"/>
  <!-- This is the wheel art, saved as a wheel, with proper size. -->
  <output type="wheel" width="160"/>
  <!-- This is the boxart, saved as a cover, with proper size. -->
  <output type="cover" height="120"/>
  <!-- This is the Steam Tile image, saved as a marquee -->
  <output type="marquee" width="168" height="82">
    <layer resource="screenshot" width="168" align="center" valign="middle">
    </layer>
    <layer resource="wheel" width="148" height="72" align="center" valign="middle">
      <shadow distance="5" softness="5" opacity="70"/>
    </layer>
  </output>
</artwork>

Comments