High-level changes:
[xuni.git] / xuni.xml
blob2d054528dd94b4f4fe5408c15af0ee7a533a82d5
1 <?xml version="1.0"?>
2 <!-- xuni.xml -->
3 <xuni-resource xuni-version="1.0.0" type="config">
4     <!-- One of: "static", "scrolling", or "parallax" -->
5     <mainmenu quality="parallax" />
6     
7     <screenmode>
8         <width>640</width>
9         <height>480</height>
10         <depth>0</depth>
11         <fullscreen>0</fullscreen>
12         
13         <!-- When true, restricts the mouse cursor to the xuni window -->
14         <restrict>0</restrict>
15     </screenmode>
16     
17     <font-sans>
18         <path>gui/FreeSans.ttf</path>
19     </font-sans>
20     <font-mono>
21         <path>gui/FreeMono.ttf</path>
22     </font-mono>
23     <!--
24     <sans>\windows\fonts\verdana.ttf</sans>
25     <mono>\windows\fonts\cour.ttf</mono>
26     -->
27     
28     <theme>
29         <!-- Theme is located in gui/name/ -->
30         <name>alienglow</name>
31     </theme>
32     
33     <include>gui/gui.xml</include>
34 </xuni-resource>