-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathconfig.xml
34 lines (24 loc) · 1.18 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!--
theme name: snes-mini
version: 1.3
author: ruckage
-->
<theme>
<formatVersion>3</formatVersion>
<!-- Choose your layout ()see ## LAYOUT GUIDE ##.png) -->
<include>./layouts/a.xml</include>
<!-- Choose how number of players is displayed (icon or text) -->
<include>./players/icon.xml</include>
<!-- Choose your rating symbol (heart or bead) -->
<include>./rating/heart.xml</include>
<!-- Choose your background (For the available options see the jpg files named ## BACKGROUND GUIDE ##) -->
<include>./background/neon_blue_spectrum.xml</include>
<!-- Choose your theme style (snes_europe or snes_usa or nes_rich_europe or nes_rich_usa or nes_simple_europe or nes_simple_usa) -->
<include>./style/snes_europe.xml</include>
<!-- Choose your resolution -->
<include>./layouts/1920x1080.xml</include> <!-- supported resolutions 640x480, 800x600, 1024x768, 1280x720, 1280x960, 1366x768, 1440x1080, 1920x1080, ntsc, pal -->
<!-- Choose font size used in the gamelist (big or small) -->
<include>./list-font/big.xml</include>
<!-- Choose text alignment for the game list (left-align, center-align, right-align)-->
<include>./list-font/left-align.xml</include>
</theme>