This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
164 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<theme> | ||
<formatVersion>4</formatVersion> | ||
|
||
<view name="basic, detailed"> | ||
<image name="background" extra="true"> | ||
<tile>true</tile> | ||
<size>1 1</size> | ||
<pos>0 0</pos> | ||
<origin>0 0</origin> | ||
<path>./../arts/back.png</path> | ||
</image> | ||
<image name="band1" extra="true"> | ||
<size>0.03 1</size> | ||
<pos>0.80 0</pos> | ||
<origin>0 0</origin> | ||
<path>./../arts/band.png</path> | ||
</image> | ||
<image name="band2" extra="true"> | ||
<size>0.03 1</size> | ||
<pos>0.829 0</pos> | ||
<origin>0 0</origin> | ||
<path>./../arts/band.png</path> | ||
</image> | ||
<image name="band3" extra="true"> | ||
<size>0.03 1</size> | ||
<pos>0.858 0</pos> | ||
<origin>0 0</origin> | ||
<path>./../arts/band.png</path> | ||
</image> | ||
<image name="band4" extra="true"> | ||
<size>0.03 1</size> | ||
<pos>0.887 0</pos> | ||
<origin>0 0</origin> | ||
<path>./../arts/band.png</path> | ||
</image> | ||
</view> | ||
|
||
<view name="detailed"> | ||
<image name="backtext2" extra="true"> | ||
<pos>0.02 0.19</pos> | ||
<size>0.96 0.5</size> | ||
<origin>0 0</origin> | ||
<path>./../arts/back90.png</path> | ||
</image> | ||
<image name="backtext3" extra="true"> | ||
<pos>0.02 0.71</pos> | ||
<size>0.96 0.23</size> | ||
<origin>0 0</origin> | ||
<path>./../arts/back90.png</path> | ||
</image> | ||
|
||
<image name="md_image"> | ||
<origin>0.5 0.5</origin> | ||
<pos>0.5 0.36</pos> | ||
<maxSize>0.96 0.32</maxSize> | ||
</image> | ||
|
||
<text name="md_players, md_genre, md_developer, md_publisher"> | ||
<size>0.14 0.023</size> | ||
</text> | ||
|
||
<text name="md_lbl_releasedate"> | ||
<pos>1 1</pos> | ||
</text> | ||
<datetime name="md_releasedate"> | ||
<pos>1 1</pos> | ||
</datetime> | ||
|
||
<text name="md_lbl_developer"> | ||
<pos>1 1</pos> | ||
</text> | ||
<text name="md_developer"> | ||
<pos>1 1</pos> | ||
</text> | ||
|
||
<text name="md_lbl_publisher"> | ||
<pos>1 1</pos> | ||
</text> | ||
<text name="md_publisher"> | ||
<pos>1 1</pos> | ||
</text> | ||
|
||
<text name="md_lbl_genre"> | ||
<pos>1 1</pos> | ||
</text> | ||
<text name="md_genre"> | ||
<pos>1 1</pos> | ||
</text> | ||
|
||
<text name="md_lbl_players"> | ||
<pos>1 1</pos> | ||
</text> | ||
<text name="md_players"> | ||
<pos>1 1</pos> | ||
</text> | ||
|
||
<text name="md_lbl_lastplayed"> | ||
<pos>1 1</pos> | ||
</text> | ||
<datetime name="md_lastplayed"> | ||
<pos>1 1</pos> | ||
</datetime> | ||
|
||
<text name="md_lbl_playcount"> | ||
<pos>1 1</pos> | ||
</text> | ||
<text name="md_playcount"> | ||
<pos>1 1</pos> | ||
</text> | ||
|
||
<text name="md_lbl_favorite"> | ||
<pos>1 1</pos> | ||
</text> | ||
<text name="md_favorite"> | ||
<pos>1 1</pos> | ||
</text> | ||
|
||
<text name="md_lbl_rating"> | ||
<pos>1 1</pos> | ||
<fontPath>./../arts/blank.ttf</fontPath> | ||
</text> | ||
|
||
|
||
<rating name="md_rating"> | ||
<pos>1 1</pos> | ||
<filledPath>./../arts/rating_filled.svg</filledPath> | ||
<unfilledPath>./../arts/rating_empty.svg</unfilledPath> | ||
<size>0.04 0.03</size> | ||
</rating> | ||
|
||
<text name="md_description"> | ||
<lineSpacing>1.2</lineSpacing> | ||
<pos>0.04 0.53</pos> | ||
<size>0.92 0.14</size> | ||
<fontSize>0.02</fontSize> | ||
</text> | ||
|
||
<textlist name="gamelist"> | ||
<pos>0.04 0.73</pos> | ||
<size>0.92 0.19</size> | ||
<alignment>center</alignment> | ||
<horizontalMargin>0.01</horizontalMargin> | ||
</textlist> | ||
<image name="controls" extra="true"> | ||
<pos>1 1</pos> | ||
</image> | ||
</view> | ||
|
||
<view name="basic"> | ||
<image name="backtext1" extra="true"> | ||
<pos>0.02 0.19</pos> | ||
<size>0.96 0.735</size> | ||
<origin>0 0</origin> | ||
<path>./../arts/back90.png</path> | ||
</image> | ||
<textlist name="gamelist"> | ||
<pos>0.04 0.21</pos> | ||
<size>0.92 0.695</size> | ||
<alignment>center</alignment> | ||
<horizontalMargin>0.01</horizontalMargin> | ||
</textlist> | ||
</view> | ||
</theme> |