-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path21-9.xml
120 lines (115 loc) · 3.83 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
<theme>
<view name="system">
<carousel name="game_carousel">
<pos>-.055 0.5</pos>
<origin>0 0.5</origin>
<size>0.6 1.2</size>
<itemSize>0.12 0.1</itemSize>
<itemRotation>8</itemRotation>
<type>verticalWheel</type>
<itemScale>2</itemScale>
<imageColor>${outlineColor1}</imageColor>
<itemRotationOrigin>-4.5 0.5</itemRotationOrigin>
<itemHorizontalAlignment>center</itemHorizontalAlignment>
<unfocusedItemOpacity>0.3</unfocusedItemOpacity>
<color>00000000</color>
<textBackgroundColor>00000000</textBackgroundColor>
<!-- Placeholder text -->
<text>${system.fullName}</text>
<textColor>${outlineColor1}</textColor>
<fontPath>${mainFont}</fontPath>
<fontSize>0.02</fontSize>
<letterCase>none</letterCase>
<lineSpacing>1</lineSpacing>
<zIndex>50</zIndex>
</carousel>
</view>
<view name="system, gamelist">
<image name="topline">
<size>0.8 2.2</size>
<pos>0.008 0.5</pos>
<origin>0.5 0.5</origin>
<path>./assets/circle.svg</path>
<tile>false</tile>
<color>${outlineColor1}</color>
</image>
<image name="topline2">
<size>0.8 2.1</size>
<pos>-.2798 0.5</pos>
<origin>0.5 0.5</origin>
<path>./assets/circle.svg</path>
<tile>false</tile>
<color>${outlineColor1}</color>
</image>
<image name="topline7">
<size>0.8 1</size>
<pos>0.31 0.5</pos>
<origin>0.5 0.5</origin>
<path>./assets/circle2.svg</path>
<tile>false</tile>
<color>${backgroundColor}</color>
<zIndex>3</zIndex>
</image>
<image name="topline6">
<size>0.8 1</size>
<rotation>180</rotation>
<pos>0.69 0.5</pos>
<origin>0.5 0.5</origin>
<path>./assets/circle2.svg</path>
<tile>false</tile>
<color>${backgroundColor}</color>
<zIndex>3</zIndex>
</image>
</view>
<view name="gamelist">
<carousel name="game_carousel">
<pos>-.03 0</pos>
<size>0.55 1.</size>
<itemSize>0.2 0.125</itemSize>
<imageType>none</imageType>
<itemRotation>7.75</itemRotation>
<type>verticalWheel</type>
<itemScale>1.35</itemScale>
<itemRotationOrigin>-2.25 0.5</itemRotationOrigin>
<itemHorizontalAlignment>center</itemHorizontalAlignment>
<unfocusedItemOpacity>0.3</unfocusedItemOpacity>
<color>00000000</color>
<textBackgroundColor>00000000</textBackgroundColor>
<!-- Placeholder text -->
<text>${system.fullName}</text>
<textColor>${outlineColor1}</textColor>
<fontPath>${mainFont}</fontPath>
<fontSize>0.04</fontSize>
<letterCase>none</letterCase>
<lineSpacing>1</lineSpacing>
<zIndex>50</zIndex>
</carousel>
<text name="player1">
<metadata>players</metadata>
<fontPath>${mainFont}</fontPath>
<fontSize>0.03</fontSize>
<color>${outlineColor1}</color>
<horizontalAlignment>left</horizontalAlignment>
<pos>0.7325 0.24</pos>
</text>
<text name="player2">
<pos>0.65 0.24</pos>
</text>
<text name="description1">
<size>0.25 0.5</size>
<origin>0 0</origin>
<metadata>description</metadata>
<fontPath>${mainFont}</fontPath>
<fontSize>0.035</fontSize>
<lineSpacing>1</lineSpacing>
<color>${outlineColor1}</color>
<pos>0.635 0.3</pos>
</text>
<image name="Syslogo">
<pos>0.047 0.5</pos>
<origin>0.5 0.5</origin>
<rotation>-90</rotation>
<maxSize>0.13 0.11</maxSize>
</image>
</view>
</theme>