ProjectArcade

Форк
0
226 строк · 6.9 Кб
1
<!-- Theme by pajarorrojo
2
https://github.com/pajarorrojo/es-theme-PlayStation-X 
3
-->
4
<theme>
5
	<formatVersion>7</formatVersion>
6
	<include>./theme.xml</include>
7

8

9
	<view name="splash">
10

11
		<text name="label">
12
			<fontPath>./_theme_inc/fonts/SST Light.ttf</fontPath>
13
			<pos>0 0.703</pos>
14
			<color>${splash.labelColor}</color>
15
			<fontSize>0.030</fontSize>
16
			<fontSize ifSubset="aspect-ratio:4-3|5-4" tinyScreen="true">0.023</fontSize>
17

18
			<alignment>center</alignment>
19
			<glowColor>00000035</glowColor>
20
			<glowSize>1</glowSize>
21
			<glowOffset>3 2</glowOffset>
22
		</text>
23

24
		<image name="progressbar">
25
			<origin>0 0</origin>
26
			<pos>0.250 0.703</pos>
27
			<rotation>0</rotation>
28
			<rotationOrigin>1.1 1.6</rotationOrigin>
29
			<color>${splash.progressbar}</color>
30
		</image>
31

32
		<image name="progressbar:active">
33
			<color>${splash.progressbarActive}</color>
34
			<colorEnd>${splash.progressbarActiveEnd}</colorEnd>
35
			<gradientType>vertical</gradientType>
36
			<size>0.5 0.04</size>
37
		</image>
38

39
		<image name="background">
40
			<linearSmooth>true</linearSmooth>
41
			<path ifSubset="colorset:blue">./_theme_options/colorsets/blue/splash.png</path>
42
			<path ifSubset="colorset:black">./_theme_options/colorsets/black/splash.png</path>
43
			<origin>0.5 0.5</origin>
44
			<pos>0.5 0.5</pos>
45
			<size>0 1</size>
46
			<zIndex>00</zIndex>
47
		</image>
48

49
		<image name="hotkey-tips" extra="true" ifSubset="hotkey-guide:YES|both|splash">
50
			<origin>1 0.5</origin>
51
			<pos>1 0.443</pos>
52
			<maxSize>0.35</maxSize>
53
			<maxSize tinyScreen="true">0.45</maxSize>
54
			<path>./_theme_inc/images/hotkey-tips/en.png</path>
55
			<path>./_theme_inc/images/hotkey-tips/${lang}.png</path>
56
			<linearSmooth>true</linearSmooth>
57
			<zIndex>9999</zIndex>
58
		</image>
59

60
		<text name="region" extra="true">
61
			<origin>0 0</origin>
62
			<pos>-0.02 0.945</pos>
63
			<size>1 0.05</size>
64
			<color>ffffff</color>
65
			<fontPath>./_theme_inc/fonts/SST Roman.ttf</fontPath>
66
			<fontSize>0.026</fontSize>
67
			<fontSize tinyScreen="true">0.031</fontSize>
68
			<alignment>right</alignment>
69
			<glowColor>00000035</glowColor>
70
			<glowSize>1</glowSize>
71
			<glowOffset>3 2</glowOffset>
72
			<zIndex>60</zIndex>
73
			<backgroundColor>ff000000</backgroundColor>
74
		</text>
75
		<text name="region" extra="true" region="eu">
76
			<text>Region: Europe</text>
77
		</text>
78
		<text name="region" extra="true" region="jp">
79
			<text>Region: Japan</text>
80
		</text>
81
		<text name="region" extra="true" region="us">
82
			<text>Region: America</text>
83
		</text>
84

85
		<text name="version" extra="true">
86
			<text>Version: 39-pa</text>
87
			<pos>0.02 0.951</pos>
88
			<color>999999</color>
89
			<fontPath>./_theme_inc/fonts/SST Roman.ttf</fontPath>
90
			<fontSize>0.0220</fontSize>
91
			<alignment>left</alignment>
92
			<zIndex>99</zIndex>
93
		</text>
94

95

96
		<image name="logo-splash" extra="true">
97
			<origin>0 0</origin>
98
			<pos>0.03 0.05</pos>
99
			<maxSize>0.25 0.25</maxSize>
100
			<maxSize ifSubset="aspect-ratio:4-3|5-4">0.1 0.1</maxSize>
101
			<path ifSubset="frontend:batocera">./_theme_inc/images/batocera-logo-splash.svg</path>
102
			<path ifSubset="frontend:retrobat">./_theme_inc/images/retrobat-logo.png</path>
103
			<path ifSubset="frontend:projectarcade">./_theme_inc/images/projectarcade-logo.png</path>
104
			<path ifSubset="frontend:batocera-plus">./_theme_inc/images/batocera_plus_logo.png</path>
105
			<path ifSubset="frontend:emuelec">./_theme_inc/images/emuelec-logo-splash.png</path>
106
			<linearSmooth>true</linearSmooth>
107
		</image>
108

109

110
<!-- not detecting the aspect ratio subset, always take the first option of the subset
111

112
		<image name="info-ico-ratio" extra="true" >
113
			<path ifSubset="aspect-ratio:4-3">./_theme_inc/images/4-3.svg</path>
114
			<path ifSubset="aspect-ratio:16-9">./_theme_inc/images/16-9.svg</path>
115
			<path ifSubset="aspect-ratio:16-10">./_theme_inc/images/16-10.svg</path>
116
			<path ifSubset="aspect-ratio:3-2">./_theme_inc/images/3-2.svg</path>
117
			<path ifSubset="aspect-ratio:5-3">./_theme_inc/images/5-3.svg</path>
118
			<path ifSubset="aspect-ratio:5-4">./_theme_inc/images/5-4.svg</path>
119
			<origin>0 0</origin>
120
			<linearSmooth>true</linearSmooth>
121
			<maxSize>0.08 0.08</maxSize>
122
			<maxSize tinyScreen="true">0.12 0.12</maxSize>
123
			<pos>0.9 0.83</pos>
124
			<pos tinyScreen="true">0.87 0.78</pos>
125
			<color>ffffff40</color>
126
		</image>
127

128
	-->
129

130

131

132

133
		<text name="welcome" extra="true">
134
			<text ifSubset="frontend:batocera">${theme.welcome} Batocera</text>
135
			<text ifSubset="frontend:retrobat">${theme.welcome} Retrobat</text>
136
			<text ifSubset="frontend:projectarcade">${theme.welcome} ProjectArcade</text>
137
			<text ifSubset="frontend:batocera-plus">${theme.welcome} Batocera Plus</text>
138
			<text ifSubset="frontend:emuelec">${theme.welcome} EmuElec</text>
139
			<text ifSubset="frontend:no-frontend">${theme.welcome} EmulationStation</text>
140
			<color>ffffff</color>
141
			<fontPath>./_theme_inc/fonts/SST Light.ttf</fontPath>
142
			<fontSize>0.04</fontSize>
143
			<fontSize ifSubset="aspect-ratio:4-3|5-4">0.038</fontSize>
144
			<fontSize ifSubset="aspect-ratio:4-3|5-4" tinyScreen="true">0.03</fontSize>
145
			<alignment>center</alignment>
146
			<glowColor>00000035</glowColor>
147
			<glowSize>1</glowSize>
148
			<glowOffset>3 2</glowOffset>
149
			<zIndex>60</zIndex>
150
			<backgroundColor>ff000000</backgroundColor>
151

152
			<origin>0.5 0</origin>
153
			<pos>0.5 0</pos>
154
			<size>0.5 0.3</size>
155
		</text>
156

157

158

159

160

161

162
		<image name="avatar" extra="true">
163
			<origin>0.5 0</origin>
164
			<pos>0.5 0.341</pos>
165
			<maxSize>0.222 0.222</maxSize>
166
			<backgroundColor>ff000000</backgroundColor>
167
			<linearSmooth>true</linearSmooth>
168
			<zIndex>10</zIndex>
169
		</image>
170

171
		<image name="avatarFrame" extra="true">
172
			<origin>0.5 0</origin>
173
			<path>./_theme_inc/images/frame-splash.png</path>
174
			<pos>0.5 0.326</pos>
175
			<maxSize>0.255 0.255</maxSize>
176
			<verticalAlignment>middle</verticalAlignment>
177
			<alignment>center</alignment>
178
			<linearSmooth>true</linearSmooth>
179
			<zIndex>9</zIndex>
180
		</image>
181

182

183
		<text name="username" extra="true">
184
			<text>${theme.nick}</text>
185
			<text ifSubset="system-username:custom">${custom.nick}</text>
186
			<pos>0 0.58</pos>
187
			<size>1 0.034</size>
188
			<color>ffffff</color>
189
			<fontPath>./_theme_inc/fonts/SST Light.ttf</fontPath>
190
			<fontSize>0.038</fontSize>
191
			<alignment>center</alignment>
192
			<glowColor>00000035</glowColor>
193
			<glowSize>1</glowSize>
194
			<glowOffset>3 2</glowOffset>
195
			<zIndex>99</zIndex>
196
			<backgroundColor>ff000000</backgroundColor>
197
		</text>
198

199

200

201

202
		<image name="linea-inferior" extra="true">
203
			<path>./_theme_inc/images/pixel-blanco.png</path>
204
			<pos>0 0.935</pos>
205
			<size>1 0.0011</size>
206
			<size tinyScreen="true">1 0.005</size>
207
			<backgroundColor>ff000000</backgroundColor>
208
			<verticalAlignment>top</verticalAlignment>
209
			<alignment>left</alignment>
210
			<linearSmooth>true</linearSmooth>
211
			<zIndex>99</zIndex>
212

213
		</image>
214

215
		<!-- listado de avatares-->
216
		<image name="avatar" extra="true">
217
			<path>./_theme_options/avatars/${image.avatar}</path>
218
			<path ifSubset="system-avatar:custom">./custom-avatar.png</path>
219
		</image>
220
	</view>
221
	<include>./custom-username.xml</include>
222
	<include>./_theme_options/usernames.xml</include>
223
	<include>./_theme_options/avatars.xml</include>
224

225

226
</theme>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.