Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ES_Theme_Pixel-Metadata
# ES_Theme_Pixel
Pixel theme with big artwork and no metadata.
Do not modify this theme or use graphics in other projects.
Do not modify this theme or use graphics in other projects.
20 changes: 13 additions & 7 deletions pixel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ license: creative commons CC-BY-NC-SA
<size>1 1</size>
<path>./art/border.png</path>
</image>

<image name="md_image">
<pos>0.766 0.322</pos>
<maxSize>0.366 0.480</maxSize>
<origin>0.5 0.5</origin>
</image>

<textlist name="gamelist">
<pos>0.034 0.258</pos>
Expand Down Expand Up @@ -220,6 +214,16 @@ license: creative commons CC-BY-NC-SA

</view>

<view name="detailed">

<image name="md_image">
<pos>0.766 0.322</pos>
<maxSize>0.366 0.480</maxSize>
<origin>0.5 0.5</origin>
</image>

</view>

<view name="video">

<video name="md_video">
Expand All @@ -230,22 +234,24 @@ license: creative commons CC-BY-NC-SA
<showSnapshotNoVideo>true</showSnapshotNoVideo>
<showSnapshotDelay>true</showSnapshotDelay>
</video>

<image name="md_marquee">
<pos>0.57 0.035</pos>
<origin>0 0</origin>
<maxSize>0.3 0.1</maxSize>
</image>

</view>

<view name="basic, detailed, video">

<text name="md_lbl_rating, md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed,">
<color>ffffff</color>
<pos>1 1</pos>
<forceUppercase>1</forceUppercase>
<fontPath>./art/font.ttf</fontPath>
<fontSize>0.03</fontSize>
</text>


<text name="md_developer, md_publisher, md_genre, md_players, md_description">
<color>ffffff</color>
Expand Down