-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgamesplash.xml
More file actions
59 lines (49 loc) · 1.52 KB
/
gamesplash.xml
File metadata and controls
59 lines (49 loc) · 1.52 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
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<formatVersion>7</formatVersion>
<view name="splash">
<!-- Background color -->
<splash name="splash">
<backgroundColor>000000FF</backgroundColor>
</splash>
<!-- Hide default -->
<image name="background">
<visible>false</visible>
</image>
<!-- Hide default -->
<text name="label">
<visible>false</visible>
</text>
<!-- Marquee -->
<image name="launching_image1" ifSubset="Game Launch Display:Marquee" extra="true">
<path>firstfile({game:wheel}, {game:marquee}, {game:image})</path>
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<maxSize>0.6 0.6</maxSize>
<zIndex>10</zIndex>
</image>
<!-- TitleShot -->
<image name="launching_image2" ifSubset="Game Launch Display:TitleShot" extra="true">
<path>firstfile({game:titleshot}, {game:image})</path>
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<maxSize>0.8 0.8</maxSize>
<zIndex>10</zIndex>
</image>
<!-- Screenshot -->
<image name="launching_image3" ifSubset="Game Launch Display:Screenshot" extra="true">
<path>firstfile({game:screenshot}, {game:image})</path>
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<maxSize>0.8 0.8</maxSize>
<zIndex>10</zIndex>
</image>
<!-- Fanart -->
<image name="launching_image4" ifSubset="Game Launch Display:Fanart" extra="true">
<path>firstfile({game:fanart}, {game:image})</path>
<origin>0.5 0.5</origin>
<pos>0.5 0.5</pos>
<maxSize>1 1</maxSize>
<zIndex>10</zIndex>
</image>
</view></theme>