-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapabilities.xml
104 lines (97 loc) · 2.53 KB
/
capabilities.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<themeCapabilities>
<themeName>TechDweeb</themeName>
<!--
///
Aspect Ratios
///
-->
<aspectRatio>16:9</aspectRatio>
<aspectRatio>16:10</aspectRatio>
<aspectRatio>4:3</aspectRatio>
<aspectRatio>1:1</aspectRatio>
<aspectRatio>3:2</aspectRatio>
<!--
///
Font Size
///
-->
<fontSize>small</fontSize>
<fontSize>medium</fontSize>
<fontSize>large</fontSize>
<!--
///
Color Schemes
///
-->
<colorScheme name="orange">
<label>Orange Stuff</label>
</colorScheme>
<colorScheme name="purple">
<label>Purple Slime</label>
</colorScheme>
<colorScheme name="cyan">
<label>Aqua Slush</label>
</colorScheme>
<colorScheme name="green">
<label>Green Ooze</label>
</colorScheme>
<colorScheme name="pink">
<label>Pink Fluff</label>
</colorScheme>
<colorScheme name="blue">
<label>Blue Goo</label>
</colorScheme>
<colorScheme name="red">
<label>Red Squish</label>
</colorScheme>
<colorScheme name="grey">
<label>Grey Gunk</label>
</colorScheme>
<colorScheme name="dmg">
<label>DMG Dungeon</label>
</colorScheme>
<colorScheme name="custom">
<label>Custom Chaos (see README first)</label>
</colorScheme>
<!--
///
Transitions
///
-->
<transitions name="transitions">
<label>transitions</label>
<selectable>false</selectable>
<systemToSystem>instant</systemToSystem>
<systemToGamelist>slide</systemToGamelist>
<gamelistToGamelist>slide</gamelistToGamelist>
<gamelistToSystem>slide</gamelistToSystem>
<startupToSystem>slide</startupToSystem>
<startupToGamelist>slide</startupToGamelist>
</transitions>
<suppressTransitionProfiles>
<entry>builtin-fade</entry>
<entry>builtin-slide</entry>
<entry>builtin-instant</entry>
</suppressTransitionProfiles>
<!--
///
Variants
///
-->
<variant name="gamelist-list-metadata-screenshot-marquee">
<label>List: Metadata, Screenshot & Marquee</label>
<selectable>true</selectable>
</variant>
<variant name="gamelist-list-metadata-screenshot-cover">
<label>List: Metadata, Screenshot & Boxart</label>
<selectable>true</selectable>
</variant>
<variant name="gamelist-list-screenshot">
<label>List: Screenshot</label>
<selectable>true</selectable>
</variant>
<variant name="gamelist-carousel-cover">
<label>Carousel: Boxart</label>
<selectable>true</selectable>
</variant>
</themeCapabilities>