-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplash.xml
More file actions
50 lines (42 loc) · 1.22 KB
/
splash.xml
File metadata and controls
50 lines (42 loc) · 1.22 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<formatVersion>7</formatVersion>
<view name="splash">
<splash name="splash">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<minSize>1 1</minSize>
<backgroundColor>333333</backgroundColor>
</splash>
<image name="background">
<pos>0 0</pos>
<origin>0 0</origin>
<size>1 1</size>
<path>./_assets/arts/splash.webp</path>
<zIndex>99</zIndex>
</image>
<image name="progressbar, progressbar:active">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<visible>true</visible>
<zIndex>1</zIndex>
</image>
<image name="progressbar">
<color>11111100</color>
</image>
<image name="progressbar:active">
<color>9f005a15</color>
</image>
<text name="label">
<color>FFFFFFFF</color>
<glowColor>222222</glowColor>
<glowSize>2</glowSize>
<glowOffset>2</glowOffset>
<lineSpacing>1.0</lineSpacing>
<fontPath>./_assets/fonts/LEMONMILK-Medium.otf</fontPath>
<fontSize>0.042</fontSize>
</text>
</view>
</theme>