-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgamesplash.xml
44 lines (43 loc) · 1.15 KB
/
gamesplash.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Theme: Animatix-DX for Retrobat / Batocera / Emuelec
author: Snapouille
license: creative commons CC-BY-NC-SA
originally based on: "carbon"
-->
<theme>
<formatVersion>7</formatVersion>
<view name="splash">
<image name="background-default" extra="true">
<linearSmooth>true</linearSmooth>
<path>./art/divers/splash.png</path>
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<size>1 1</size>
<zIndex>00</zIndex>
</image>
<!-- Affiche la preview du jeu sur le background-default -->
<image name="background">
<visible>false</visible>
<size>0 0.4</size>
<origin>0.5 0.5</origin>
<pos>0.5 0.6</pos>
<roundCorners>1</roundCorners>
<linearSmooth>false</linearSmooth>
</image>
<!-- <splash name="splash"> -->
<!-- <backgroundColor>000000FF</backgroundColor> -->
<!-- </splash> -->
<text name="label">
<color>FFFFFF</color>
<alignment>center</alignment>
<fontPath>./art/fonts/charge-vector.otf</fontPath>
<pos>0 0.85</pos>
<fontSize>0.035</fontSize>
<glowColor>00000020</glowColor>
<glowSize>2</glowSize>
<glowOffset>1</glowOffset>
<zIndex>9</zIndex>
</text>
</view>
</theme>