-
Notifications
You must be signed in to change notification settings - Fork 0
/
4-3.xml
50 lines (48 loc) · 1.88 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
<theme>
<variant name="all">
<view name="system,gamelist">
<helpsystem name="help">
<fontSize>${helpfont43}</fontSize>
</helpsystem>
</view>
<view name="system">
<carousel name="system_carousel">
<pos>0 0.503</pos>
<size>1 .35</size>
<staticImage>./core/banner/${system.theme}.png</staticImage>
<color>11111100</color>
<itemSize>0.2 0.4</itemSize>
<itemScale>1.2</itemScale>
<selectedItemMargins>0.035 0.0375</selectedItemMargins>
<maxItemCount>4.9</maxItemCount>
<unfocusedItemOpacity>0.5</unfocusedItemOpacity>
<text>${systemName}</text>
<textColor>${sysmenuColor}</textColor>
<fontPath>${primaryFont}</fontPath>
<fontSize>0.025</fontSize>
<letterCase>uppercase</letterCase>
<lineSpacing>1</lineSpacing>
<zIndex>29</zIndex>
</carousel>
<image name="selected">
<pos>0.5 0.505</pos>
<origin>0.5 0</origin>
<size>0.24 0.35</size>
<path>./core/images/sysselect.png</path>
<color>${selectsysColor}</color>
</image>
<text name="game3">
<pos>0.49 0.19</pos>
<size>0.3 0.036</size>
<origin>1 0</origin>
<text>including:</text>
<color>${secondaryColor}</color>
<fontPath>${altFont}</fontPath>
<fontSize>${sysfont}</fontSize>
<horizontalAlignment>center</horizontalAlignment>
<letterCase>uppercase</letterCase>
<zIndex>40</zIndex>
</text>
</view>
</variant>
</theme>