Minor changes, mostly to documentation. Several bug fixes.
[xuni.git] / test.xml
blob2bc4255bacae609645f0d5dea8e0673d65478fb4
1 <?xml version="1.0"?>
2 <!-- test.xml -->
3 <xuni-resource xuni-version="0.3.0" type="config">
4     <screenmode>
5         <width>640</width>
6         <height>480</height>
7         <depth>0</depth>
8         <fullscreen>0</fullscreen>
9         
10         <!-- When true, restricts the mouse cursor to the xuni window -->
11         <restrict>0</restrict>
12     </screenmode>
13     
14     <icon>gui/icon.bmp</icon>
15     
16     <theme>
17         <name>alienglow</name>
18     </theme>
19     
20     <include>gui/gui.xml</include>
21 </xuni-resource>