forked from muldjord/skyscraper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathartwork.xml
More file actions
16 lines (16 loc) · 858 Bytes
/
artwork.xml
File metadata and controls
16 lines (16 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!-- This is the default artwork.xml provided by Skyscraper. More examples can be found in '~/.skyscraper'. Be sure to check the full artwork documentation here: https://github.com/muldjord/skyscraper/blob/master/docs/ARTWORK.md -->
<artwork>
<output type="steamgrid" resource="steamgrid"/>
<output type="logo" resource="logo" width="640"/>
<output type="icon" resource="icon"/>
<output type="cover" width="600" height="900">
<layer resource="screenshot" height="900" align="center" valign="middle"/>
<layer resource="logo" y="45" width="500" align="center" valign="top">
<shadow distance="5" softness="5" opacity="70"/>
</layer>
</output>
<output type="hero" width="1920" height="620">
<layer resource="screenshot" width="1920" align="center" valign="middle"/>
</output>
</artwork>