-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path21-9.xml
164 lines (152 loc) · 6.61 KB
/
21-9.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<theme>
<variant name="Snes, Snes2, Nes, mega,psx,master">
<view name="system">
<carousel name="system_carousel">
<pos>0 0.55</pos>
<size>1 .35</size>
<color>11111100</color>
<itemSize>0.16 0.3</itemSize>
<itemScale>1.2</itemScale>
<maxItemCount>8.4</maxItemCount>
<unfocusedItemOpacity>.5</unfocusedItemOpacity>
<text>${system.fullName}</text>
<textColor>${sysmenuColor}</textColor>
<fontPath>${primaryFont}</fontPath>
<fontSize>0.025</fontSize>
<letterCase>uppercase</letterCase>
<lineSpacing>1.1</lineSpacing>
<zIndex>29</zIndex>
</carousel>
<image name="selected">
<pos>0.5 0.545</pos>
<origin>0.5 0</origin>
<size>0.14 0.36</size>
<path>./core/images/sysselect.png</path>
<color>${selectsysColor}</color>
</image>
<text name="gamecount">
<pos>0.28 0.225</pos>
<size>0.3 0.036</size>
<systemdata>gamecountGames</systemdata>
<color>${primaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>0.06</fontSize>
<horizontalAlignment>left</horizontalAlignment>
<letterCase>uppercase</letterCase>
<zIndex>40</zIndex>
</text>
<text name="gamesys">
<pos>0.15 0.175</pos>
<size>0.7 0.036</size>
<systemdata>fullname</systemdata>
<color>${primaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>0.06</fontSize>
<horizontalAlignment>left</horizontalAlignment>
<letterCase>uppercase</letterCase>
<zIndex>40</zIndex>
</text>
<text name="game">
<pos>0.15 0.225</pos>
<size>0.4 0.036</size>
<text>contains</text>
<color>${primaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>0.06</fontSize>
<horizontalAlignment>left</horizontalAlignment>
<letterCase>uppercase</letterCase>
<zIndex>40</zIndex>
</text>
<text name="game3">
<pos>0.15 0.4</pos>
<size>0.4 0.036</size>
<text>including:</text>
<color>${primaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>0.06</fontSize>
<horizontalAlignment>left</horizontalAlignment>
<letterCase>uppercase</letterCase>
<zIndex>40</zIndex>
</text>
<image name="gamecount2">
<pos>0.5 0.4</pos>
<origin>0.5 0.5</origin>
<maxSize>0.38 0.22</maxSize>
<imageType>marquee</imageType>
<zIndex>40</zIndex>
<gameselectorEntry>1</gameselectorEntry>
</image>
</view>
<view name="gamelist">
<badges name="broken">
<pos>0.705 0.5975</pos>
</badges>
</view>
</variant>
<variant name="Snesgrid, Nesgrid, Snes2grid, psxgrid,megagrid,mastergrid">
<view name="system">
<image name="gamecount2">
<pos>0.515 0.35</pos>
<origin>0 0.5</origin>
<maxSize>0.42 0.25</maxSize>
<imageType>marquee</imageType>
<zIndex>40</zIndex>
<gameselectorEntry>1</gameselectorEntry>
</image>
<grid name="system_grid">
<pos>0.5 0.5</pos>
<size>0.961 .5</size>
<origin>0.5 0</origin>
<itemSize>0.08 0.2</itemSize>
<imageRelativeScale>1</imageRelativeScale>
<itemScale>1</itemScale>
<unfocusedItemOpacity>1</unfocusedItemOpacity>
<selectorLayer>top</selectorLayer>
<selectorImage>./core/images/sysselect.png</selectorImage>
<selectorColor>${selectsysColor}</selectorColor>
<selectorRelativeScale>1.1</selectorRelativeScale>
<text>${system.fullName}</text>
<textColor>${sysmenuColor}</textColor>
<textRelativeScale>1.02</textRelativeScale>
<fontPath>${primaryFont}</fontPath>
<fontSize>0.02</fontSize>
<letterCase>uppercase</letterCase>
<lineSpacing>1.1</lineSpacing>
<zIndex>29</zIndex>
</grid>
</view>
<view name="gamelist">
</view>
</variant>
<variant name="mega,megagrid">
<view name="system, gamelist">
<helpsystem name="help">
<pos>.65 0.975</pos>
<origin>1 1</origin>
<fontPath>${primaryFont}</fontPath>
<textColor>DDDDDD</textColor>
<iconColor>DDDDDD</iconColor>
<fontSize>0.02</fontSize>
</helpsystem>
</view>
</variant>
<variant name="psx,psxgrid">
<view name="system, gamelist">
<helpsystem name="help">
<pos>.7 0.975</pos>
</helpsystem>
</view>
</variant>
<variant name="master,mastergrid">
<view name="system, gamelist">
<helpsystem name="help">
<pos>.65 0.945</pos>
<origin>1 1</origin>
<fontPath>${primaryFont}</fontPath>
<textColor>DDDDDD</textColor>
<iconColor>DDDDDD</iconColor>
<fontSize>0.02</fontSize>
</helpsystem>
</view>
</variant>
</theme>