-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path16-10.xml
116 lines (105 loc) · 4.04 KB
/
16-10.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
<theme>
<variant name="Snes, Snes2, Nes,mega,psx,master">
<view name="system">
<image name="selected">
<pos>0.5 0.5575</pos>
<origin>0.5 0</origin>
<size>0.195 0.3375</size>
<path>./core/images/sysselect.png</path>
<color>${selectsysColor}</color>
</image>
<text name="gamecount">
<pos>0.31 0.225</pos>
<size>0.3 0.036</size>
<systemdata>gamecountGames</systemdata>
<color>${primaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>0.05</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>
<origin>0 0</origin>
<systemdata>fullname</systemdata>
<color>${primaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>0.05</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>
<origin>0 0</origin>
<text>contains</text>
<color>${primaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>0.05</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>
<origin>0 0</origin>
<color>${primaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>0.05</fontSize>
<horizontalAlignment>left</horizontalAlignment>
<letterCase>uppercase</letterCase>
<zIndex>40</zIndex>
</text>
</view>
<view name="gamelist">
<badges name="broken">
<pos>0.70 0.60</pos>
<size>0.1 .09</size>
</badges>
</view>
</variant>
<variant name="all">
<view name="system, gamelist">
</view>
</variant>
<variant name="Snesgrid, Nesgrid, Snes2grid, megagrid, psxgrid,mastergrid">
<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>