-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommon.xml
executable file
·119 lines (102 loc) · 3.06 KB
/
common.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!--
theme name: Cygnus
version: 1.0
author: Steve Boswell | ChoccyHobNob
license: creative commons CC-BY-NC-SA
based on: "eudora" by AmadhiX
"carbon" by eric hettervik
"simple" by nils bonenberger
-->
<theme>
<formatVersion>4</formatVersion>
<include>./config.xml</include>
<!-- System View -->
<view name="system">
<!-- Page Layout -->
<image name="system-background" extra="true">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<tile>true</tile>
</image>
<image name="bottom" extra="true">
<path>./_res/images/white.png</path>
<origin>0 1</origin>
<pos>0 1</pos>
<size>1 0.0655</size>
</image>
<image name="bottom-highlight" extra="true">
<path>./_res/images/white.png</path>
<origin>0 0</origin>
<pos>0 0.9345</pos>
<size>1 0.005</size>
</image>
<helpsystem name="help">
<fontPath>./_res/fonts/TitilliumWeb-Regular.ttf</fontPath>
<fontSize>0.035</fontSize>
</helpsystem>
<!-- System Specific Images -->
</view>
<!-- Custom Carousel System View -->
<feature supported="carousel">
<view name="system">
<carousel name="systemcarousel">
<type>horizontal</type>
<color>1c1c1cdd</color>
</carousel>
<text name="systemInfo">
<backgroundColor>1c1c1cdd</backgroundColor>
<color>777777</color>
<fontPath>./_res/fonts/Cabin-Bold-TTF.ttf</fontPath>
</text>
</view>
</feature>
<!-- Game View - All -->
<view name="basic, detailed, video, grid">
<image name="background">
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 1</size>
<tile>true</tile>
</image>
<image name="top" extra="true">
<path>./_res/images/white.png</path>
<origin>0 0</origin>
<pos>0 0</pos>
<size>1 0.16</size>
</image>
<image name="top-highlight" extra="true">
<path>./_res/images/white.png</path>
<origin>0 1</origin>
<pos>0 0.161</pos>
<size>1 0.004</size>
</image>
<image name="bottom-highlight" extra="true">
<path>./_res/images/white.png</path>
<origin>0 0</origin>
<pos>0 0.9345</pos>
<size>1 0.005</size>
</image>
<image name="bottom" extra="true">
<path>./_res/images/white.png</path>
<origin>0 1</origin>
<pos>0 1</pos>
<size>1 0.0655</size>
</image>
<!-- System Specific Images -->
<image name="logo">
<!-- Left Aligned at Top -->
<origin>0 0.5</origin>
<pos>0.03 0.0775</pos>
<maxSize>0.55 0.10</maxSize>
</image>
</view>
<view name="detailed, video">
<image name="system" extra="true">
<!-- Right Aligned at Top -->
<origin>1 0</origin>
<pos>0.98 0.02</pos>
<maxSize>0.2 0.25</maxSize>
</image>
</view>
</theme>