-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.xml
executable file
·133 lines (119 loc) · 3.71 KB
/
theme.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
<!--
theme name: es-arcade-crt
website: https://github.com/AndreaMav/es-theme-arcade-crt
version: 2.0a
author: AndreaMav
license: creative commons CC-BY-NC-SA
based on: "eudora" by AmadhiX
"carbon" by eric hettervik
"simple" by nils bonenberger
-->
<theme>
<formatVersion>4</formatVersion>
<view name="system">
<image name="system-background" extra="true">
<path>./_res/images/background.png</path>
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<tile>true</tile>
</image>
<image name="bottom" extra="true">
<path>./_res/images/white.png</path>
<origin>0 1</origin>
<pos>0 1</pos>
<size>1 0.0655</size>
</image>
<image name="bottom-highlight" extra="true">
<path>./_res/images/white.png</path>
<origin>0 0</origin>
<pos>0 0.9345</pos>
<size>1 0.005</size>
</image>
<helpsystem name="help">
<fontPath>./_res/fonts/TitilliumWeb-Regular.ttf</fontPath>
<fontSize>0.035</fontSize>
</helpsystem>
<image name="bottom3" extra="true">
<path>./art/zanac_logo.png</path>
<origin>0.2 0.5</origin>
<pos>0.2 0.87</pos>
<size>0.33 0.13</size>
</image>
<image name="bottom2" extra="true">
<path>./art/myzar.png</path>
<origin>0.2 0.5</origin>
<pos>0.1 0.74</pos>
<size>0.33 0.13</size>
</image>
<image name="logo_helper" extra="true">
<path>./art/arcand.png</path>
<origin>0.2 0.5</origin>
<pos>0.6 0.8</pos>
<size>0.4 0.20</size>
</image>
</view>
<!-- Custom Carousel System View -->
<feature supported="carousel">
<view name="system">
<carousel name="systemcarousel">
<type>horizontal</type>
<color>1c1c1cdd</color>
</carousel>
<text name="systemInfo">
<backgroundColor>1c1c1cdd</backgroundColor>
<color>e6f2ff</color>
<fontPath>./_res/fonts/Cabin-Bold-TTF.ttf</fontPath>
<fontSize>0.045</fontSize>
</text>
</view>
</feature>
<!-- Game View - All -->
<view name="basic, detailed, video, grid">
<image name="background">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<tile>true</tile>
</image>
<image name="top" extra="true">
<path>./_res/images/white.png</path>
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 0.16</size>
</image>
<image name="top-highlight" extra="true">
<path>./_res/images/white.png</path>
<origin>0 1</origin>
<pos>0 0.161</pos>
<size>1 0.004</size>
</image>
<image name="bottom-highlight" extra="true">
<path>./_res/images/white.png</path>
<origin>0 0</origin>
<pos>0 0.9345</pos>
<size>1 0.005</size>
</image>
<image name="bottom" extra="true">
<path>./_res/images/white.png</path>
<origin>0 1</origin>
<pos>0 1</pos>
<size>1 0.0655</size>
</image>
<!-- System Specific Images -->
<image name="logo">
<!-- Left Aligned at Top -->
<origin>0 0.5</origin>
<pos>0.03 0.0775</pos>
<maxSize>0.55 0.10</maxSize>
</image>
</view>
<view name="detailed, video">
<image name="system" extra="true">
<!-- Right Aligned at Top -->
<origin>1 0</origin>
<pos>0.98 0.02</pos>
<maxSize>0.2 0.25</maxSize>
</image>
</view>
</theme>