-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathslice.xml
148 lines (148 loc) · 4.72 KB
/
slice.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
theme name: Fusion-Slice
author: Kaleben0
-->
<theme>
<formatVersion>4</formatVersion>
<view name="system,basic,detailed,video">
<helpsystem name="help">
<pos>1 1</pos>
<textColor>00000000</textColor>
<fontSize>0.05</fontSize>
</helpsystem>
<image name="background" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<tile>true</tile>
<path>./_inc/images/background.png</path>
<zIndex>1</zIndex>
</image>
</view>
<view name="system">
<image name="logo" extra="true">
<origin>0.5 0</origin>
<pos>0.5 0.12</pos>
<maxSize>0.5 0.5</maxSize>
<zIndex>5</zIndex>
</image>
<carousel name="systemcarousel">
<type>horizontal</type>
<pos>0.0 0.0</pos>
<logoAlignment>middle</logoAlignment>
<size>1 1</size>
<logoScale>1.05</logoScale>
<zIndex>3</zIndex>
<logoSize>1 1</logoSize>
<color>FFFFFF00</color>
<maxLogoCount>4</maxLogoCount>
</carousel>
<text name="systemInfo">
<backgroundColor>000000ff</backgroundColor>
<pos>0 0.93</pos>
<color>d9d9d9</color>
<fontPath>./_inc/fonts/OpenSans-Regular.ttf</fontPath>
<fontSize>0.05</fontSize>
<zIndex>5</zIndex>
</text>
</view>
<view name="basic">
<image name="logo">
<origin>0.5 0</origin>
<pos>0.5 0.08</pos>
<maxSize>0.6 0.6</maxSize>
</image>
<textlist name="gamelist">
<pos>0.07 0.225</pos>
<size>0.85 0.75</size>
<zIndex>40</zIndex>
<selectorColor>cc0000ff</selectorColor>
<selectedColor>ffffff</selectedColor>
<primaryColor>eaeaea</primaryColor>
<secondaryColor>0066cc</secondaryColor>
<fontPath>./_inc/fonts/OpenSans-Regular.ttf</fontPath>
<fontSize>0.045</fontSize>
<scrollSound>./_inc/sounds/select.wav</scrollSound>
<forceUppercase>1</forceUppercase>
<alignment>center</alignment>
</textlist>
<image name="metadata_helper_1" extra="true">
<path>./_inc/images/bg_color.png</path>
<origin>0 0</origin>
<pos>0.07 0.225</pos>
<zIndex>39</zIndex>
<color>000000bf</color>
<size>0.85 0.75</size>
</image>
</view>
<view name="detailed,video">
<text name="md_lbl_rating, md_lbl_releasedate, md_lbl_developer, md_lbl_publisher, md_lbl_genre, md_lbl_players, md_lbl_lastplayed, md_lbl_playcount, md_rating, md_developer, md_publisher, md_genre, md_players, md_playcount, md_description">
<pos>1 1</pos>
</text>
<datetime name="md_releasedate,md_lastplayed">
<pos>1 1</pos>
</datetime>
<rating name="md_rating">
<pos>1 1</pos>
</rating>
<image name="logo">
<origin>0 0</origin>
<pos>-0.08 0.05</pos>
<zIndex>40</zIndex>
<maxSize>0.6 0.11</maxSize>
</image>
<text name="md_genre">
<pos>.54 0.05</pos>
<color>ffffff</color>
<fontSize>0.045</fontSize>
<zIndex>41</zIndex>
<alignment>center</alignment>
<size>0.43 0.02</size>
</text>
<text name="md_publisher">
<pos>.54 0.1</pos>
<color>ffffff</color>
<fontSize>0.060</fontSize>
<zIndex>41</zIndex>
<alignment>center</alignment>
<size>0.43 0.02</size>
</text>
<image name="md_image">
<origin>0 0</origin>
<pos>.25 0.22</pos>
<zIndex>35</zIndex>
<maxSize>0.65 0.5</maxSize>
</image>
<image name="metadata_helper_1" extra="true">
<path>./_inc/images/bg_color.png</path>
<origin>0 0</origin>
<pos>0.1 0.8</pos>
<zIndex>39</zIndex>
<color>000000bf</color>
<size>0.8 0.20</size>
</image>
<image name="metadata_helper_2" extra="true">
<path>./_inc/images/bg_color2.png</path>
<origin>0 0</origin>
<pos>0 0</pos>
<zIndex>38</zIndex>
<color>000000bf</color>
<size>1 0.18</size>
</image>
<textlist name="gamelist">
<pos>0.1 0.8</pos>
<size>0.8 0.20</size>
<alignment>center</alignment>
<zIndex>40</zIndex>
<selectorColor>cc0000ff</selectorColor>
<selectedColor>ffffff</selectedColor>
<primaryColor>eaeaea</primaryColor>
<secondaryColor>0066cc</secondaryColor>
<fontPath>./_inc/fonts/OpenSans-Regular.ttf</fontPath>
<fontSize>0.045</fontSize>
<scrollSound>./_inc/sounds/select.wav</scrollSound>
<forceUppercase>1</forceUppercase>
</textlist>
</view>
</theme>