diff demos/pychan_demo/settings-dist.xml @ 661:e3140f01749d

* Merged the light branch back into trunk. * Modified the demos so they work with the new loaders and setting.
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 05 Nov 2010 15:21:10 +0000
parents 00aa20dc8b7f
children
line wrap: on
line diff
--- a/demos/pychan_demo/settings-dist.xml	Wed Nov 03 13:44:12 2010 +0000
+++ b/demos/pychan_demo/settings-dist.xml	Fri Nov 05 15:21:10 2010 +0000
@@ -1,24 +1,25 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<Settings>
-	<Module name="FIFE">
+<?xml version='1.0' encoding='UTF-8'?>
+<Settings>
+	<Module name="FIFE">
 		<Setting name="FullScreen" type="bool"> False </Setting>
 		<Setting name="PlaySounds" type="bool"> True </Setting>
 		<Setting name="RenderBackend" type="str"> OpenGL </Setting>
 		<Setting name="ScreenResolution" type="str">1024x768</Setting>
-		<Setting name="BitsPerPixel" type="int"> 0 </Setting>
-		<Setting name="InitialVolume" type="float"> 5.0 </Setting>
-		<Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting>
-		<Setting name="WindowTitle" type="str"> Pychan demo [FIFE Client] </Setting>
-		<Setting name="WindowIcon" type="str"> gui/icons/pychan_logo.png </Setting>
-		<Setting name="Font" type="str"> fonts/freefont/FreeMono.ttf </Setting>
-		<Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&amp;`'*#=[]\"</Setting>
-		<Setting name="DefaultFontSize" type="int"> 16 </Setting>
-		<Setting name="LogModules" type="list"> controller ; GUI </Setting>
-		<Setting name="PychanDebug" type="bool"> True </Setting>
-		<Setting name="LogToPrompt" type="int"> 1 </Setting>
-		<Setting name="LogToFile" type="int"> 0 </Setting>
-		<Setting name="ColorKeyEnabled" type="bool"> False </Setting>
-		<Setting name="ColorKey" type="string"> 255,0,255 </Setting>
-	</Module>
-
+		<Setting name="BitsPerPixel" type="int"> 0 </Setting>
+		<Setting name="InitialVolume" type="float"> 5.0 </Setting>
+		<Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting>
+		<Setting name="WindowTitle" type="str"> Pychan demo [FIFE Client] </Setting>
+		<Setting name="WindowIcon" type="str"> gui/icons/pychan_logo.png </Setting>
+		<Setting name="Font" type="str"> fonts/freefont/FreeMono.ttf </Setting>
+		<Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&amp;`'*#=[]\"</Setting>
+		<Setting name="DefaultFontSize" type="int"> 16 </Setting>
+		<Setting name="LogModules" type="list"> controller ; GUI </Setting>
+		<Setting name="PychanDebug" type="bool"> True </Setting>
+		<Setting name="LogToPrompt" type="int"> 1 </Setting>
+		<Setting name="LogToFile" type="int"> 0 </Setting>
+		<Setting name="ColorKeyEnabled" type="bool"> False </Setting>
+		<Setting name="ColorKey" type="string"> 255,0,255 </Setting>
+    <Setting name="Lighting" type="int"> 0 </Setting>
+	</Module>
+
 </Settings>
\ No newline at end of file