[NiL-SVN] SF.net SVN: nil: [535] trunk/nil-ng/data/config/client.conf
Status: Alpha
Brought to you by:
e-user
|
From: <e-...@us...> - 2007-09-24 23:43:22
|
Revision: 535
http://nil.svn.sourceforge.net/nil/?rev=535&view=rev
Author: e-user
Date: 2007-09-24 16:43:15 -0700 (Mon, 24 Sep 2007)
Log Message:
-----------
raised default resolution for development
Modified Paths:
--------------
trunk/nil-ng/data/config/client.conf
Modified: trunk/nil-ng/data/config/client.conf
===================================================================
--- trunk/nil-ng/data/config/client.conf 2007-09-24 23:42:33 UTC (rev 534)
+++ trunk/nil-ng/data/config/client.conf 2007-09-24 23:43:15 UTC (rev 535)
@@ -1,14 +1,15 @@
<?xml version="1.0"?>
-<!--Default NiL client option file
+<!--Default NiL client options file
This file licensed under the terms of the GNU Free Documentation License 1.2
- (c)2005, 2006 Alexander Kahl-->
+ (C) 2005,2006,2007 Alexander Kahl-->
<nilconfig version="0.1">
<video>
- <fullscreen>false</fullscreen>
- <resolution>1024x768</resolution>
+ <fullscreen>true</fullscreen>
+ <resolution>1280x1024</resolution>
<depth>32</depth>
<opengl>false</opengl>
+ <maxfps>100</maxfps>
</video>
<sound>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|