Advertisement
drpanwe

artwork.xml

Oct 19th, 2019
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.82 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- This is the default artwork.xml provided by Skyscraper. -->
  3. <artwork>
  4.   <!-- This is the screenshot, saved as a screenshot, with proper size. -->
  5.   <output type="screenshot"  width="320"/>
  6.   <!-- This is the wheel art, saved as a wheel, with proper size. -->
  7.   <output type="wheel" width="160"/>
  8.   <!-- This is the boxart, saved as a cover, with proper size. -->
  9.   <output type="cover" height="120"/>
  10.   <!-- This is the Steam Tile image, saved as a marquee -->
  11.   <output type="marquee" width="168" height="82">
  12.     <layer resource="screenshot" width="168" align="center" valign="middle">
  13.     </layer>
  14.     <layer resource="wheel" width="148" height="72" align="center" valign="middle">
  15.       <shadow distance="5" softness="5" opacity="70"/>
  16.     </layer>
  17.   </output>
  18. </artwork>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement