Expanded on same-loop-handler-signature code, added staticgen.pl.
[xuni.git] / editor.xml
blobdad795e951acaa82cc041584a1ca72452a60e637
1 <?xml version="1.0"?>
2 <!-- editor.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     <include>gui/editor.xml</include>
17 </xuni-resource>