-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplash.xml
47 lines (40 loc) · 1.03 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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<formatVersion>7</formatVersion>
<view name="splash">
<splash name="splash">
<backgroundColor>303030FF</backgroundColor>
</splash>
<image name="background">
<linearSmooth>true</linearSmooth>
<path>./_assets/splash.jpg</path>
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<maxSize>1 1</maxSize>
<zIndex>1</zIndex>
</image>
<image name="progressbar">
<origin>0 0.5</origin>
<pos>0.35 0.76</pos>
<size>0.3 0.036</size>
<color>ffffff</color>
<colorEnd>ffffff</colorEnd>
<roundCorners>0.01</roundCorners>
</image>
<image name="progressbar:active">
<color>098009</color>
<colorEnd>098009</colorEnd>
</image>
<text name="label">
<color>098009</color>
<alignment>center</alignment>
<fontPath>./_assets/Staatliches-Regular.ttf</fontPath>
<pos>0 0.78</pos>
<fontSize>0.024</fontSize>
<glowSize>1</glowSize>
<glowColor>090909</glowColor>
<glowOffset>0</glowOffset>
<zIndex>9</zIndex>
</text>
</view>
</theme>