-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path16-10.xml
66 lines (58 loc) · 1.88 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
<theme>
<view name="system, gamelist">
<image name="topline">
<size>0.8 2.2</size>
<pos>0.009 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</size>
<pos>-.283 0.5</pos>
<origin>0.5 0.5</origin>
<path>./assets/circle.svg</path>
<tile>false</tile>
<color>${outlineColor1}</color>
</image>
<image name="controller">
<pos>0.042 0.305</pos>
<maxSize>0.07 0.07</maxSize>
<origin>0.5 0.5</origin>
<path>./assets/controllers/${system.theme}.svg</path>
<tile>false</tile>
<color>${outlineColor1}</color>
<zIndex>54</zIndex>
</image>
<image name="controller1">
<pos>0.042 0.695</pos>
<maxSize>0.07 0.08</maxSize>
<origin>0.5 0.5</origin>
<rotation>180</rotation>
<path>./assets/controllers/${system.theme}.svg</path>
<tile>false</tile>
<color>${outlineColor1}</color>
<zIndex>54</zIndex>
</image>
</view>
<view name="gamelist">
<carousel name="game_carousel">
<itemRotation>5.5</itemRotation>
</carousel>
<text name="collectionsSystemName">
<fontSize>0.025</fontSize>
</text>
<text name="player1">
<metadata>players</metadata>
<fontPath>${mainFont}</fontPath>
<fontSize>0.03</fontSize>
<color>${outlineColor1}</color>
<pos>0.78 0.33</pos>
</text>
<rating name="rating">
<pos>0.87 0.335</pos>
<size>0.08 0.03</size>
</rating>
</view>
</theme>