-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path4-3.xml
124 lines (119 loc) · 3.02 KB
/
4-3.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
119
120
121
122
123
124
<theme>
<variables>
<fontSize>0.02</fontSize>
</variables>
<view name="system">
<carousel name="game_carousel">
<pos>.6 0</pos>
<size>0.4 1.</size>
<itemSize>0.2 0.1</itemSize>
<itemRotation>-10</itemRotation>
<fastScrolling>true</fastScrolling>
<type>verticalWheel</type>
<itemScale>1</itemScale>
<staticImage>./system/logos/system-logo-white/${system.theme}.svg</staticImage>
<itemRotationOrigin>4.5 0.5</itemRotationOrigin>
<systemNameSuffix>false</systemNameSuffix>
<itemHorizontalAlignment>center</itemHorizontalAlignment>
<unfocusedItemOpacity>0.3</unfocusedItemOpacity>
<color>00000000</color>
<textBackgroundColor>00000000</textBackgroundColor>
<fontSize>0.05</fontSize>
<letterCase>uppercase</letterCase>
</carousel>
<text name="type">
<fontSize>${fontSize}</fontSize>
</text>
<text name="systemname">
<fontSize>0.03</fontSize>
</text>
<text name="typeinfo">
<fontSize>${fontSize}</fontSize>
</text>
<text name="manufact">
<fontSize>${fontSize}</fontSize>
</text>
<text name="manufacturer">
<fontSize>${fontSize}</fontSize>
</text>
<text name="release">
<fontSize>${fontSize}</fontSize>
</text>
<text name="releaseyears">
<fontSize>${fontSize}</fontSize>
</text>
<text name="gamecountlbl">
<fontSize>${fontSize}</fontSize>
</text>
<text name="gamecount">
<fontSize>${fontSize}</fontSize>
</text>
<text name="favoritelbl">
<fontSize>${fontSize}</fontSize>
</text>
<text name="favecount">
<fontSize>${fontSize}</fontSize>
</text>
<text name="systemdesc">
<fontSize>${sysdesc}</fontSize>
</text>
</view>
<view name="system, gamelist">
</view>
<view name="gamelist">
<text name="developerlbl">
<fontSize>${fontSize}</fontSize>
</text>
<text name="developer">
<fontSize>${fontSize}</fontSize>
</text>
<text name="publisherlbl">
<fontSize>${fontSize}</fontSize>
</text>
<text name="publisher">
<fontSize>${fontSize}</fontSize>
</text>
<text name="genrelbl">
<fontSize>${fontSize}</fontSize>
</text>
<text name="genre">
<fontSize>${fontSize}</fontSize>
</text>
<text name="releaselbl">
</text>
<datetime name="release">
<fontSize>${fontSize}</fontSize>
</datetime>
<text name="lastplayedbl">
<fontSize>${fontSize}</fontSize>
</text>
<datetime name="lastplayed">
<fontSize>${fontSize}</fontSize>
</datetime>
<text name="playcountlbl">
<fontSize>${fontSize}</fontSize>
</text>
<text name="playcount">
<fontSize>${fontSize}</fontSize>
</text>
<text name="description1">
<fontSize>${gamedesc}</fontSize>
</text>
<text name="collectionsSystemName">
<fontSize>0.015</fontSize>
</text>
<text name="player2">
<fontSize>0.02</fontSize>
</text>
<rating name="rating">
<size>0.08 0.038</size>
</rating>
</view>
<variant name="gamelist">
<view name="gamelist">
<textlist name="game">
<fontSize>${gamedesc}</fontSize>
</textlist>
</view>
</variant>
</theme>