forked from c64-dev/es-theme-epicnoir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.xml
More file actions
33 lines (31 loc) · 911 Bytes
/
theme.xml
File metadata and controls
33 lines (31 loc) · 911 Bytes
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
<theme>
<formatVersion>4</formatVersion>
<include>./../theme.xml</include>
<view name="basic, detailed, video, grid">
<text name="nameLabel" extra="true">
<text>Atari Jaguar</text>
</text>
</view>
<view name="system">
<text name="sys_line1" extra="true">
<text>Atari</text>
<fontSize>0.048</fontSize>
<origin>0 0</origin>
<pos>0.12 0.142</pos>
<size>0 0</size>
</text>
<text name="sys_line2" extra="true">
<text>Jaguar</text>
<fontSize>0.18</fontSize>
<origin>0 0</origin>
<pos>0.12 0.16</pos>
<size>0 0</size>
</text>
<text name="shortdescription" extra="true">
<text>1993 · 64-bit Console</text>
</text>
<text name="longdescription" extra="true">
<text>Sixth and last programmable console to be developed under the Atari brand, Atari marketed the Jaguar as being the first 64-bit video game console</text>
</text>
</view>
</theme>