ProjectArcade

Форк
0
101 строка · 3.3 Кб
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
	<view name="splash">
9

10
		<image name="background-default" extra="true"  ifSubset="gamesplash-type:default">
11
			<linearSmooth>true</linearSmooth>
12
			<path ifSubset="colorset:blue">./_theme_options/colorsets/blue/gamesplash.png</path>
13
			<path ifSubset="colorset:black">./_theme_options/colorsets/black/gamesplash.png</path>
14
			<origin>0.5 0.5</origin>
15
			<pos>0.5 0.5</pos>
16
			<size>0 1</size>
17
			<zIndex>00</zIndex>
18
		</image>
19

20
		<image name="logo-splash" extra="true"  ifSubset="gamesplash-type:default">
21
			<origin>0 0</origin>
22
			<pos>0.03 0.05</pos>
23
			<maxSize>0.4 0.3</maxSize>
24
			<maxSize ifSubset="aspect-ratio:4-3|5-4">0.2 0.2</maxSize>
25
			<path ifSubset="frontend:batocera">./_theme_inc/images/batocera-logo-splash.svg</path>
26
			<path ifSubset="frontend:retrobat">./_theme_inc/images/retrobat-logo.png</path>
27
			<path ifSubset="frontend:projectarcade">./_theme_inc/images/projectarcade-logo.png</path>
28
			<path ifSubset="frontend:batocera-plus">./_theme_inc/images/batocera_plus_logo.png</path>
29
			<path ifSubset="frontend:emuelec">./_theme_inc/images/emuelec-logo-splash.png</path>
30
			<linearSmooth>true</linearSmooth>
31
		</image>
32

33
       <image name="hotkey-tips" extra="true" ifSubset="hotkey-guide:both|gamesplash">
34
			<origin>1 0.5</origin>
35
			<pos>1 0.443</pos>
36
			<maxSize>0.35</maxSize>
37
			<maxSize tinyScreen="true">0.45</maxSize>			
38
			<path>./_theme_inc/images/hotkey-tips/en.png</path>
39
			<path>./_theme_inc/images/hotkey-tips/${lang}.png</path>
40
			<linearSmooth>true</linearSmooth>
41
			<zIndex>9999</zIndex>
42
		</image>
43

44
		<image name="background" ifSubset="gamesplash-type:default">
45
			<default>./_theme_inc/images/no-image-default.png</default>
46
			<size>0 0.4</size>
47
			<size ifSubset="aspect-ratio:9-16">0.4 0</size>
48
			<origin>0.5 0.5</origin>
49
			<pos>0.5 0.5</pos>
50
			<roundCorners>1</roundCorners>
51
			<linearSmooth>false</linearSmooth>
52
		</image>
53

54
		<image name="background" ifSubset="gamesplash-type:image-full-size">
55
			<pos>0.5 0.5</pos>
56
			<origin>0.5 0.5</origin>
57
			<minSize>1 1</minSize>
58
			<roundCorners>0</roundCorners>
59
			<linearSmooth>false</linearSmooth>
60
			<color>A0A0A0FF</color>
61
		  </image>
62

63
		<image name="linea-inferior" extra="true"  ifSubset="gamesplash-type:default">
64
			<path>./_theme_inc/images/pixel-blanco.png</path>
65
			<pos>0 0.935</pos>
66
			<size>1 0.0011</size>
67
			<backgroundColor>ff000000</backgroundColor>
68
			<verticalAlignment>top</verticalAlignment>
69
			<alignment>left</alignment>
70
			<linearSmooth>true</linearSmooth>
71
			<zIndex>99</zIndex>
72
		</image>
73

74
		<text name="loading" extra="true">
75
			<text >Loading... </text>
76
			<origin>0 0</origin>
77
			<pos>-0.02 0.945</pos>
78
			<size>1 0.05</size>
79
			<color>ffffff</color>
80
			<fontPath>./_theme_inc/fonts/SST Light.ttf</fontPath>
81
			<fontSize>0.028</fontSize>
82
			<alignment>right</alignment>
83
			<glowColor>00000035</glowColor>
84
			<glowSize>1</glowSize>
85
			<glowOffset>3 2</glowOffset>
86
			<zIndex>99</zIndex>
87
			<backgroundColor>ff000000</backgroundColor>
88
		</text>
89

90
		<text name="label">
91
			<fontPath>./_theme_inc/fonts/SST Light.ttf</fontPath>
92
			<color>ffffff</color>
93
			<fontSize>0.045</fontSize>
94
			<alignment>center</alignment>
95
			<glowColor>00000035</glowColor>
96
			<glowSize>1</glowSize>
97
			<glowOffset>3 2</glowOffset>
98
		</text>
99

100
	</view>
101
	</theme>
102

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

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

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

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