-
Notifications
You must be signed in to change notification settings - Fork 4
/
simple.xml
118 lines (94 loc) · 2.58 KB
/
simple.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!--
theme name: ss
version: 1.4
author: Steve Smith
-->
<theme>
<formatVersion>3</formatVersion>
<view name="system">
<image name="background" extra="true">
<size>0 1</size>
<pos>0.5 0.5</pos>
<origin>0.5 0.5</origin>
</image>
</view>
<view name="basic, detailed">
<text name="md_lbl_rating, md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount">
<color>393a3b</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/OPENSANS-LIGHT.TTF</fontPath>
<fontSize>0.03</fontSize>
<size>0.12 0.04</size>
</text>
<text name="md_rating, md_developer, md_publisher, md_genre, md_players, md_playcount">
<color>393a3b</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/OPENSANS-LIGHT.TTF</fontPath>
<fontSize>0.03</fontSize>
<size>0.14 0.04</size>
</text>
<text name="md_description">
<color>393a3b</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/OPENSANS-LIGHT.TTF</fontPath>
<fontSize>0.03</fontSize>
</text>
<datetime name="md_releasedate, md_lastplayed">
<color>393a3b</color>
<forceUppercase>1</forceUppercase>
<fontPath>./art/OPENSANS-LIGHT.TTF</fontPath>
<fontSize>0.03</fontSize>
<size>0 0.04</size>
</datetime>
<image name="header" extra="true">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 0.16</size>
<path>./art/bright.png</path>
</image>
<image name="footer" extra="true">
<pos>0 1</pos>
<origin>0 1</origin>
<size>1 0.065</size>
<path>./art/bright.png</path>
</image>
<image name="background">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./art/mid.png</path>
</image>
<textlist name="gamelist">
<selectorColor>393a3b</selectorColor>
<selectedColor>97999b</selectedColor>
<primaryColor>393a3b</primaryColor>
<secondaryColor>000000</secondaryColor>
<fontPath>./art/OPENSANS.TTF</fontPath>
<fontSize>0.03</fontSize>
<forceUppercase>1</forceUppercase>
<scrollSound>./art/scroll.wav</scrollSound>
</textlist>
<sound name="systemscroll">
<path>./art/scroll.wav</path>
</sound>
<sound name="systemselect">
<path>./art/scroll.wav</path>
</sound>
<sound name="listscroll">
<path>./art/scroll.wav</path>
</sound>
<sound name="back">
<path>./art/select.wav</path>
</sound>
<sound name="launch">
<path>./art/select.wav</path>
</sound>
<sound name="menuopen">
<path>./art/select.wav</path>
</sound>
</view>
<view name="basic">
</view>
<view name="detailed">
</view>
</theme>