-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefaultimmersive.xml
86 lines (78 loc) · 2.4 KB
/
defaultimmersive.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!--
Variant - Default
-->
<theme>
<include>./default.xml</include>
<view name="system">
<video name="systembackgroundvideo">
<pos>.5 .5</pos>
<size>1 0</size>
<origin>.5 .5</origin>
<imageType>fanart, screenshot, titlescreen, cover</imageType>
<pillarboxes>false</pillarboxes>
<delay>2</delay>
<scrollFadeIn>true</scrollFadeIn>
<zIndex>10</zIndex>
</video>
</view>
<view name="gamelist">
<video name="gamelistbackgroundvideo">
<pos>.5 .5</pos>
<size>1 0</size>
<origin>.5 .5</origin>
<defaultImage>${rootpath}/_inc/images/defaultcover.png</defaultImage>
<imageType>fanart, screenshot, titlescreen, cover</imageType>
<pillarboxes>false</pillarboxes>
<delay>2</delay>
<scrollFadeIn>true</scrollFadeIn>
<zIndex>10</zIndex>
</video>
<image name="gamelistcover">
<pos>0.053 0.6725</pos>
<size>0 0.4</size>
<origin>0 0.5</origin>
<imageType>cover</imageType>
<zIndex>46</zIndex>
</image>
</view>
<aspectRatio name="16:10">
<view name="system">
<video name="systembackgroundvideo">
<size>1.11 0</size>
</video>
</view>
<view name="gamelist">
<video name="gamelistbackgroundvideo">
<size>1.11 0</size>
</video>
</view>
</aspectRatio>
<aspectRatio name="19.5:9">
<view name="system">
<video name="systembackgroundvideo">
<pos>1 .5</pos>
<size>.82 0</size>
<origin>1 .5</origin>
</video>
</view>
<view name="gamelist">
<video name="gamelistbackgroundvideo">
<pos>1 .5</pos>
<size>.82 0</size>
<origin>1 .5</origin>
</video>
</view>
</aspectRatio>
<aspectRatio name="4:3">
<view name="system">
<video name="systembackgroundvideo">
<size>1.334 0</size>
</video>
</view>
<view name="gamelist">
<video name="gamelistbackgroundvideo">
<size>1.334 0</size>
</video>
</view>
</aspectRatio>
</theme>