forked from Siddy212/canvas-es
-
Notifications
You must be signed in to change notification settings - Fork 2
/
splash.xml
55 lines (54 loc) · 2.02 KB
/
splash.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
<theme>
<formatVersion>7</formatVersion>
<!-- Variables -->
<subset name="color-scheme" displayName="Color Scheme">
<include name="retro" displayName="Retro" />
<include name="dark" displayName="Dark" />
<include name="light" displayName="Light" />
<include name="neon" displayName="Neon" />
<include name="pastel" displayName="Pastel" />
<include name="sony" displayName="Sony" />
<include name="snes" displayName="Snes" />
<include name="famicom" displayName="Famicom" />
</subset>
<include>./colors.xml</include>
<view name="splash">
<splash name="splash">
<backgroundColor>000000</backgroundColor>
</splash>
<image name="background">
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<minSize>1 1</minSize>
<linearSmooth>true</linearSmooth>
<path>${backgroundArtPath}.webp</path>
<path>${backgroundArtPath}.jpg</path>
</image>
<image name="logo" extra="true">
<path>./_inc/images/logo/logo.png</path>
<pos>0.5 0.4</pos>
<origin>0.5 0.5</origin>
<maxSize>0.4 0.4</maxSize>
<zIndex>13</zIndex>
</image>
<image name="progressbar">
<origin>0.5 0.5</origin>
<pos>0.5 0.6</pos>
<color>${systemCarouselSelectorColor}</color>
<colorEnd>${systemCarouselSelectorColor}</colorEnd>
</image>
<image name="progressbar:active">
<color>${gamelistSelectorColor}</color>
<colorEnd>${gamelistSelectorColor}</colorEnd>
</image>
<text name="label">
<origin>0.5 0.5</origin>
<pos>0.5 0.7</pos>
<alignment>center</alignment>
<fontPath>./_inc/fonts/Gilroy-Bold.ttf</fontPath>
<fontSize>0.04</fontSize>
<color>${gamelistLogoColor}</color>
<forceUppercase>true</forceUppercase>
</text>
</view>
</theme>