comparison demos/pychan_demo/settings-dist.xml @ 506:226e26d1d11e

Fixed the pychan demo. Changed the default color key in basicapplication to 255,0,255
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 19 May 2010 14:34:35 +0000
parents
children 00aa20dc8b7f
comparison
equal deleted inserted replaced
505:ee65aa323457 506:226e26d1d11e
1 <?xml version='1.0' encoding='UTF-8'?>
2 <Settings>
3 <Module name="FIFE">
4 <Setting name="FullScreen" type="int"> 0 </Setting>
5 <Setting name="PlaySounds" type="int"> 1 </Setting>
6 <Setting name="RenderBackend" type="str"> OpenGL </Setting>
7 <Setting name="ScreenWidth" type="int"> 1024 </Setting>
8 <Setting name="ScreenHeight" type="int"> 768 </Setting>
9 <Setting name="BitsPerPixel" type="int"> 0 </Setting>
10 <Setting name="InitialVolume" type="float"> 5.0 </Setting>
11 <Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting>
12 <Setting name="WindowTitle" type="str"> Pychan demo [FIFE Client] </Setting>
13 <Setting name="WindowIcon" type="str"> gui/icons/pychan_logo.png </Setting>
14 <Setting name="Font" type="str"> fonts/freefont/FreeMono.ttf </Setting>
15 <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&amp;`'*#=[]\"</Setting>
16 <Setting name="DefaultFontSize" type="int"> 16 </Setting>
17 <Setting name="LogModules" type="list"> controller ; GUI </Setting>
18 <Setting name="PychanDebug" type="bool"> True </Setting>
19 <Setting name="LogToPrompt" type="int"> 1 </Setting>
20 <Setting name="LogToFile" type="int"> 0 </Setting>
21 <Setting name="ColorKeyEnabled" type="bool"> False </Setting>
22 <Setting name="ColorKey" type="string"> 255,0,255 </Setting>
23 </Module>
24
25 </Settings>