After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 111 KiB |
After Width: | Height: | Size: 46 KiB |
@ -0,0 +1,171 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/3do_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/3do.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff66</textColor> |
||||
<iconColor>ffffff66</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>Panasonic 3DO</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>Interactive Multiplayer</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/3do.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.47 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.12 0.301</size> |
||||
--> <maxSize>0.12 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.172 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.172 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.172 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.172 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.172 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.172 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.172 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.172 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.305 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.305 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.305 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.305 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.305 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.305 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.305 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.305 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 661 KiB |
After Width: | Height: | Size: 50 KiB |
@ -0,0 +1,163 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
<sound name="bgsound"> |
||||
<path>./sounds/system.ogg</path> |
||||
</sound> |
||||
<image name="background" extra="true"> |
||||
<path>./art/bg.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/logo.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
<image name="background"> |
||||
<path>./art/bg.jpg</path> |
||||
</image> |
||||
<text name="system_name_1" extra="true"> |
||||
<text>MULTI PLAYER FEVER</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.16</size> |
||||
<pos>0.527 0</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/logo.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.45 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.18 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<maxSize>0.18 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.232 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.232 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.232 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.232 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.232 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.232 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.232 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.232 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.365 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.365 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.365 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.365 0.37</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.365 0.33</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.365 0.29</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.365 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.365 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 90 KiB |
After Width: | Height: | Size: 50 KiB |
@ -0,0 +1,171 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/ami_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/ami.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>Commodore</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>Amiga</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/ami.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.47 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.22</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.19 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0 0.301</size> |
||||
--> <maxSize>0.19 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.242 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.242 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.242 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.242 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.242 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.242 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.242 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.242 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.375 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.375 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.375 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.375 0.37</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.375 0.33</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.375 0.29</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.375 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.375 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 62 KiB |
@ -0,0 +1,170 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/cpc_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/cpc.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>AMSTRAD CPC/</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>Schneider CPC</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/cpc.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.47 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.24</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.115 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<maxSize>0.115 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.168 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.168 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.168 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.168 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.168 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.168 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.168 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.168 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.301 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.301 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.301 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.301 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.301 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.301 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.301 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.301 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 6.7 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 68 KiB |
@ -0,0 +1,160 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/apple2_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/apple2.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>00000088</textColor> |
||||
<iconColor>00000088</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>Apple II</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.16</size> |
||||
<pos>0.527 0</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/apple2.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.47 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0 0.301</size> |
||||
--> <maxSize>0.124 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.176 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.176 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.176 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.176 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.176 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.176 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.176 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.176 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.309 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.309 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.309 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.309 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.309 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.309 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.309 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.309 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 259 KiB |
After Width: | Height: | Size: 19 KiB |
@ -0,0 +1,166 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/bg.jpeg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/logo.svg</path> |
||||
</image> |
||||
<helpsystem name="help"> |
||||
<textColor>00000077</textColor> |
||||
<iconColor>00000077</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
<image name="background"> |
||||
<path>./art/bg.jpeg</path> |
||||
</image> |
||||
<text name="system_name_1" extra="true"> |
||||
<text>Applications</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>000000</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text></text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/logo.svg</path> |
||||
<pos>0.025 0.0775</pos> |
||||
<maxSize>0.55 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.6 0.05</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.24 0.31</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.24 0.301</size> |
||||
--> <maxSize>0.245 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.292 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.292 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.292 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.292 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.292 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.292 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.292 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.292 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.425 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.425 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.425 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.425 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.425 0.33</pos> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.425 0.29</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.425 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.425 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 981 KiB |
After Width: | Height: | Size: 21 KiB |
@ -0,0 +1,163 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
<sound name="bgsound"> |
||||
<path>./sounds/system.ogg</path> |
||||
</sound> |
||||
<image name="background" extra="true"> |
||||
<path>./art/bg.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/logo.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
<image name="background"> |
||||
<path>./art/bg.jpg</path> |
||||
</image> |
||||
<text name="system_name_1" extra="true"> |
||||
<text>ARCADE CLASSICS</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.16</size> |
||||
<pos>0.527 0</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/logo.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.45 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.18 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<maxSize>0.18 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.232 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.232 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.232 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.232 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.232 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.232 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.232 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.232 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.365 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.365 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.365 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.365 0.37</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.365 0.33</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.365 0.29</pos> |
||||
<size>0.17 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.365 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.365 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 159 B |
After Width: | Height: | Size: 161 B |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 70 KiB |
@ -0,0 +1,175 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
<sound name="bgsound"> |
||||
<path>./sounds/system.ogg</path> |
||||
</sound> |
||||
<image name="background" extra="true"> |
||||
<path>./art/a2600_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/a2600.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
<image name="background"> |
||||
<path>./art/a2600_art_blur.jpg</path> |
||||
</image> |
||||
<text name="system_name_1" extra="true"> |
||||
<text>ATARI</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>2600</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/a2600.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.55 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.124 0.301</size> |
||||
--> <maxSize>0.124 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.176 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.176 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.176 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.176 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.176 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.176 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.176 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.176 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.309 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.309 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.309 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.309 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.309 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.309 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.309 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.309 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 58 KiB |
@ -0,0 +1,171 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/a5200_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/a5200.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff66</textColor> |
||||
<iconColor>ffffff66</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>ATARI</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>5200</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/a5200.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.45 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.124 0.301</size> |
||||
--> <maxSize>0.124 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.176 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.176 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.176 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.176 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.176 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.176 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.176 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.176 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.309 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.309 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.309 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.309 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.309 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.309 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.309 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.309 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 51 KiB |
@ -0,0 +1,171 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/a7800_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/a7800.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>00000088</textColor> |
||||
<iconColor>00000088</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>ATARI</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>7800</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/a7800.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.6 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.124 0.301</size> |
||||
--> <maxSize>0.124 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.176 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.176 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.176 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.176 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.176 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.176 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.176 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.176 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.309 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.309 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.309 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.309 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.309 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.309 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.309 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.309 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 8.1 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 61 KiB |
@ -0,0 +1,171 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/a800_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/a800.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>ATARI</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>800</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/a800.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.55 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0 0.301</size> |
||||
--> <maxSize>0.124 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.176 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.176 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.176 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.176 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.176 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.176 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.176 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.176 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.309 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.309 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.309 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.309 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.309 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.309 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.309 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.309 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 68 KiB |
@ -0,0 +1,160 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/atafal_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/atafal.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff66</textColor> |
||||
<iconColor>ffffff66</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>Atari Falcon</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.16</size> |
||||
<pos>0.527 0</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/atafal.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.55 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0 0.301</size> |
||||
--> <maxSize>0.124 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.176 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.176 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.176 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.176 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.176 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.176 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.176 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.176 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.309 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.309 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.309 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.309 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.309 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.309 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.309 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.309 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 181 KiB |
After Width: | Height: | Size: 279 KiB |
@ -0,0 +1,167 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
<sound name="bgsound"> |
||||
<path>./sounds/system.ogg</path> |
||||
</sound> |
||||
<image name="background" extra="true"> |
||||
<path>./art/jag_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/jag.svg</path> |
||||
</image> |
||||
<helpsystem name="help"> |
||||
<textColor>00000077</textColor> |
||||
<iconColor>00000077</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
<image name="background"> |
||||
<path>./art/jag_art_blur.jpg</path> |
||||
</image> |
||||
<text name="system_name_1" extra="true"> |
||||
<text>Jaguar</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>000000</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>Atari</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/jag.svg</path> |
||||
<pos>0.025 0.0775</pos> |
||||
<maxSize>0.55 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
<!-- measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.6 0.05</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.24 0.31</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.24 0.301</size> |
||||
--> <maxSize>0.245 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.292 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.292 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.292 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.292 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.292 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.292 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.292 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.292 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.425 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.425 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.425 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.425 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.425 0.33</pos> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.425 0.29</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.425 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.425 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 267 KiB |
After Width: | Height: | Size: 313 KiB |
After Width: | Height: | Size: 35 KiB |
@ -0,0 +1,167 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
<sound name="bgsound"> |
||||
<path>./sounds/system.ogg</path> |
||||
</sound> |
||||
<image name="background" extra="true"> |
||||
<path>./art/jag_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/jcd.svg</path> |
||||
</image> |
||||
<helpsystem name="help"> |
||||
<textColor>00000077</textColor> |
||||
<iconColor>00000077</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
<image name="background"> |
||||
<path>./art/jag_art_blur.jpg</path> |
||||
</image> |
||||
<text name="system_name_1" extra="true"> |
||||
<text>Jaguar</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>000000</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>Atari</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/jcd.svg</path> |
||||
<pos>0.025 0.0775</pos> |
||||
<maxSize>0.55 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
<!-- measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.6 0.05</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.24 0.31</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.24 0.301</size> |
||||
--> <maxSize>0.245 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.292 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.292 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.292 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.292 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.292 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.292 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.292 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.292 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.425 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.425 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.425 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.425 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.425 0.33</pos> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.425 0.29</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.425 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.425 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 340 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 244 KiB |
@ -0,0 +1,167 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
<sound name="bgsound"> |
||||
<path>./sounds/system.ogg</path> |
||||
</sound> |
||||
<image name="background" extra="true"> |
||||
<path>./art/lynx_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/lynx.png</path> |
||||
</image> |
||||
<helpsystem name="help"> |
||||
<textColor>00000077</textColor> |
||||
<iconColor>00000077</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
<image name="background"> |
||||
<path>./art/lynx_art_blur.jpg</path> |
||||
</image> |
||||
<text name="system_name_1" extra="true"> |
||||
<text>Atari</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>000000</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>Lynx</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/n64.svg</path> |
||||
<pos>0.025 0.0775</pos> |
||||
<maxSize>0.55 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
<!-- measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.6 0.05</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.24 0.31</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.24 0.301</size> |
||||
--> <maxSize>0.245 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.292 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.292 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.292 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.292 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.292 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.292 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.292 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.292 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.425 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.425 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.425 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.425 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.425 0.33</pos> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.425 0.29</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.425 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.425 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 58 KiB |
@ -0,0 +1,160 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/ast_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/ast.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff66</textColor> |
||||
<iconColor>ffffff66</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>Atari ST</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.16</size> |
||||
<pos>0.527 0</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/ast.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.47 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0 0.301</size> |
||||
--> <maxSize>0.124 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.176 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.176 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.176 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.176 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.176 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.176 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.176 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.176 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.309 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.309 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.309 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.309 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.309 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.309 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.309 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.309 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 47 KiB |
@ -0,0 +1,171 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/axe_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/axe.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>Atari</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>XE</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/axe.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.47 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.6</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.125 0.301</size> |
||||
--> <maxSize>0.125 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.177 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.177 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.177 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.177 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.177 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.177 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.177 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.177 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.310 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.310 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.310 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.310 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.310 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.310 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.310 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.310 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 51 KiB |
@ -0,0 +1,171 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/c64_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/c64.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>Commodore</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>C64</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/c64.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.47 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.22</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.173 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0 0.301</size> |
||||
--> <maxSize>0.173 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.223 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.223 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.223 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.223 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.223 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.223 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.223 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.223 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.356 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.356 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.356 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.356 0.37</pos> |
||||
<size>0.2 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.356 0.33</pos> |
||||
<size>0.2 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.356 0.29</pos> |
||||
<size>0.2 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.356 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.356 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 48 KiB |
@ -0,0 +1,170 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/col_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/col.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff66</textColor> |
||||
<iconColor>ffffff66</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>Coleco</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>ColecoVision</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/col.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.47 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.22</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.125 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<origin>0 0</origin> |
||||
<maxSize>0.13 0.301</maxSize> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.183 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.183 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.183 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.183 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.183 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.183 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.183 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.183 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.316 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.316 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.316 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.316 0.37</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.316 0.33</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.316 0.29</pos> |
||||
<size>0.24 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.316 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.316 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 742 KiB |
After Width: | Height: | Size: 20 KiB |
@ -0,0 +1,166 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/bg.jpeg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/logo.svg</path> |
||||
</image> |
||||
<helpsystem name="help"> |
||||
<textColor>00000077</textColor> |
||||
<iconColor>00000077</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
<image name="background"> |
||||
<path>./art/bg.jpeg</path> |
||||
</image> |
||||
<text name="system_name_1" extra="true"> |
||||
<text>Configuration</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>000000</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text></text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/logo.svg</path> |
||||
<pos>0.025 0.0775</pos> |
||||
<maxSize>0.55 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.6 0.05</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.24 0.31</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.24 0.301</size> |
||||
--> <maxSize>0.245 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.292 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.292 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.292 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.292 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.292 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.292 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.292 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.292 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.425 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.425 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.425 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.425 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.425 0.33</pos> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.425 0.29</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.425 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.425 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 349 KiB |
After Width: | Height: | Size: 63 KiB |
@ -0,0 +1,171 @@ |
||||
<theme> |
||||
<formatVersion>3</formatVersion> |
||||
<include>./../simple.xml</include> |
||||
|
||||
<view name="system"> |
||||
|
||||
<image name="background" extra="true"> |
||||
<path>./art/dreamcast_art_blur.jpg</path> |
||||
</image> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/dreamcast1.svg</path> |
||||
</image> |
||||
|
||||
<helpsystem name="help"> |
||||
<textColor>ffffff88</textColor> |
||||
<iconColor>ffffff88</iconColor> |
||||
</helpsystem> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic, detailed"> |
||||
|
||||
<text name="system_name_1" extra="true"> |
||||
<text>SEGA</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.01</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<text name="system_name_2" extra="true"> |
||||
<text>Dreamcast</text> |
||||
<forceUppercase>1</forceUppercase> |
||||
<size>0.45 0.08</size> |
||||
<pos>0.527 0.07</pos> |
||||
<color>7b7d7f</color> |
||||
<fontPath>./../art/OPENSANS-LIGHT.TTF</fontPath> |
||||
<fontSize>0.055</fontSize> |
||||
<alignment>right</alignment> |
||||
</text> |
||||
|
||||
<image name="logo"> |
||||
<path>./art/dreamcast1.svg</path> |
||||
<pos>0.025 0.079</pos> |
||||
<maxSize>0.5 0.1</maxSize> |
||||
<origin>0 0.5</origin> |
||||
</image> |
||||
|
||||
</view> |
||||
|
||||
<view name="basic"> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.025 0.22</pos> |
||||
<size>0.950 0.68</size> |
||||
<alignment>center</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
<view name="detailed"> |
||||
|
||||
<!-- <measuring rectangle |
||||
<image name="measure" extra="true"> |
||||
<pos>0.025 0.22</pos> |
||||
<origin>0 0</origin> |
||||
<size>0.194 0.301</size> |
||||
<path>./../art/white.png</path> |
||||
<color>ff00ff</color> |
||||
</image> |
||||
--> |
||||
|
||||
<image name="md_image"> |
||||
<pos>0.025 0.22</pos> |
||||
<!-- <size>0.17 0.301</size> |
||||
--> <maxSize>0.194 0.301</maxSize> |
||||
<origin>0 0</origin> |
||||
</image> |
||||
|
||||
<text name="md_lbl_rating"> |
||||
<pos>0.246 0.21</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_releasedate"> |
||||
<pos>0.246 0.25</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_developer"> |
||||
<pos>0.246 0.29</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_publisher"> |
||||
<pos>0.246 0.33</pos> |
||||
<size>0.133 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_lbl_genre"> |
||||
<pos>0.246 0.37</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_players"> |
||||
<pos>0.246 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_lastplayed"> |
||||
<pos>0.246 0.45</pos> |
||||
</text> |
||||
|
||||
<text name="md_lbl_playcount"> |
||||
<pos>0.246 0.49</pos> |
||||
</text> |
||||
|
||||
<text name="md_playcount"> |
||||
<pos>0.379 0.49</pos> |
||||
</text> |
||||
|
||||
<datetime name="md_lastplayed"> |
||||
<pos>0.379 0.45</pos> |
||||
</datetime> |
||||
|
||||
<text name="md_players"> |
||||
<pos>0.379 0.41</pos> |
||||
</text> |
||||
|
||||
<text name="md_genre"> |
||||
<pos>0.379 0.37</pos> |
||||
<size>0.165 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_publisher"> |
||||
<pos>0.379 0.33</pos> |
||||
<size>0.165 0.04</size> |
||||
</text> |
||||
|
||||
<text name="md_developer"> |
||||
<pos>0.379 0.29</pos> |
||||
<size>0.165 0.04</size> |
||||
</text> |
||||
|
||||
<datetime name="md_releasedate"> |
||||
<pos>0.379 0.25</pos> |
||||
</datetime> |
||||
|
||||
<rating name="md_rating"> |
||||
<pos>0.379 0.216</pos> |
||||
<size>0.028 0.028</size> |
||||
<filledPath>./../art/star_filled_spacing.svg</filledPath> |
||||
<unfilledPath>./../art/star_hollow_3_spacing.svg</unfilledPath> |
||||
</rating> |
||||
|
||||
<text name="md_description"> |
||||
<size>0.52 0.3</size> |
||||
<pos>0.025 0.577</pos> |
||||
</text> |
||||
|
||||
<textlist name="gamelist"> |
||||
<pos>0.615 0.22</pos> |
||||
<size>0.359 0.68</size> |
||||
<alignment>left</alignment> |
||||
<horizontalMargin>0.01</horizontalMargin> |
||||
</textlist> |
||||
|
||||
</view> |
||||
|
||||
</theme> |
After Width: | Height: | Size: 61 KiB |