forked from fagnerpc/Alekfull-SOLO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplash.xml
46 lines (40 loc) · 1.06 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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<formatVersion>7</formatVersion>
<view name="splash">
<splash name="splash">
<backgroundColor>303030FF</backgroundColor>
</splash>
<image name="background">
<path>./assets/arts/splash.png</path>
</image>
<text name="label">
<pos>0.68 0.89</pos>
<fontSize>0.039</fontSize>
<color>FFFFFFFF</color>
<alignment>left</alignment>
<glowColor>00000016</glowColor>
<glowSize>2</glowSize>
<glowOffset>2</glowOffset>
<fontPath>./_inc/fonts/OpenSans-Light.ttf</fontPath>
</text>
<image name="progressbar" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<minSize>1 1</minSize>
<path>./assets/arts/splash.png</path>
<color>FFFFFF</color>
<colorEnd>FFFFFF</colorEnd>
<roundCorners>0</roundCorners>
<zIndex>1</zIndex>
</image>
<image name="progressbar:active" extra="true">
<tile>true</tile>
<path>./assets/arts/splashf.png</path>
<size>1 1</size>
<color>FF2222</color>
<colorEnd>ffdf00</colorEnd>
<zIndex>1</zIndex>
</image>
</view>
</theme>