Mercurial > fife-parpg
comparison demos/shooter/settings-dist.xml @ 499:3dff106b945b
Combined the settings extension with the editor settings module. It is now a little more robust. Note that the settings file format has changed.
All demos and tools now use the new settings extension.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 14 May 2010 17:37:42 +0000 |
parents | 987307d12235 |
children | 00aa20dc8b7f |
comparison
equal
deleted
inserted
replaced
498:5ff83f209333 | 499:3dff106b945b |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
1 <Settings> | 2 <Settings> |
2 <FullScreen> 0 </FullScreen> | 3 <Module name="FIFE"> |
3 <PlaySounds> 1 </PlaySounds> | 4 <Setting name="FullScreen" type="int"> 0 </Setting> |
4 <RenderBackend> OpenGL </RenderBackend> | 5 <Setting name="PlaySounds" type="int"> 1 </Setting> |
5 <ScreenWidth> 1024 </ScreenWidth> | 6 <Setting name="RenderBackend" type="str"> OpenGL </Setting> |
6 <ScreenHeight> 768 </ScreenHeight> | 7 <Setting name="ScreenWidth" type="int"> 1024 </Setting> |
7 <BitsPerPixel> 0 </BitsPerPixel> | 8 <Setting name="ScreenHeight" type="int"> 768 </Setting> |
8 <InitialVolume> 5.0 </InitialVolume> | 9 <Setting name="BitsPerPixel" type="int"> 0 </Setting> |
9 <SDLRemoveFakeAlpha> 1 </SDLRemoveFakeAlpha> | 10 <Setting name="InitialVolume" type="float"> 5.0 </Setting> |
10 <WindowTitle> FIFE - Shooter Demo </WindowTitle> | 11 <Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting> |
11 <WindowIcon> </WindowIcon> | 12 <Setting name="WindowTitle" type="str"> FIFE - Shooter Demo </Setting> |
12 | 13 <Setting name="WindowIcon" type="str"></Setting> |
13 <MapFile> maps/shrine.xml </MapFile> | 14 <Setting name="Font" type="str"> fonts/FreeSans.ttf </Setting> |
14 <Font> fonts/FreeSans.ttf </Font> | 15 <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</Setting> |
15 <FontGlyphs> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</FontGlyphs> | 16 <Setting name="DefaultFontSize" type="int"> 16 </Setting> |
16 <DefaultFontSize> 16 </DefaultFontSize> | 17 <Setting name="LogModules" type="list"> controller ; audio ; vfs ; script ; loaders ; pool ; view ; video ; model ; metamodel ; event_channel ; xml </Setting> |
17 <LogModules> controller </LogModules> | 18 <Setting name="PychanDebug" type="bool"> False </Setting> |
18 <PychanDebug> False </PychanDebug> | 19 <Setting name="LogToPrompt" type="int"> 1 </Setting> |
19 <LogToPrompt> 1 </LogToPrompt> | 20 <Setting name="LogToFile" type="int"> 0 </Setting> |
20 <LogToFile> 0 </LogToFile> | 21 </Module> |
21 <UsePsyco> False </UsePsyco> | 22 <Module name="shooter"> |
22 <ProfilingOn> False </ProfilingOn> | 23 <Setting name="MaxSounds" type="int">100</Setting> |
23 <ImageChunkSize> 256 </ImageChunkSize> | 24 </Module> |
24 </Settings> | 25 </Settings> |