=== Overview ===
[xuni.git] / xuni.xml
blobd1c8381ff63f51387ccbaa950dd2442ea2170f85
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     <icon>gui/icon.bmp</icon>
29     
30     <theme>
31         <!-- Theme is located in gui/name/ -->
32         <name>alienglow</name>
33     </theme>
34     
35     <include>gui/gui.xml</include>
36 </xuni-resource>