comparison demos/shooter/settings-dist.xml @ 496:987307d12235

Added the fife_settings.py extension. This provides a small utility class for loading and saving settings along with a dialog box for setting screen resolution and other things. Updated the shooter demo and rio_de_hola to use the new settings extension.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 12 May 2010 16:09:46 +0000
parents
children 3dff106b945b
comparison
equal deleted inserted replaced
495:ae9f5383f5b1 496:987307d12235
1 <Settings>
2 <FullScreen> 0 </FullScreen>
3 <PlaySounds> 1 </PlaySounds>
4 <RenderBackend> OpenGL </RenderBackend>
5 <ScreenWidth> 1024 </ScreenWidth>
6 <ScreenHeight> 768 </ScreenHeight>
7 <BitsPerPixel> 0 </BitsPerPixel>
8 <InitialVolume> 5.0 </InitialVolume>
9 <SDLRemoveFakeAlpha> 1 </SDLRemoveFakeAlpha>
10 <WindowTitle> FIFE - Shooter Demo </WindowTitle>
11 <WindowIcon> </WindowIcon>
12
13 <MapFile> maps/shrine.xml </MapFile>
14 <Font> fonts/FreeSans.ttf </Font>
15 <FontGlyphs> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&amp;`'*#=[]\"</FontGlyphs>
16 <DefaultFontSize> 16 </DefaultFontSize>
17 <LogModules> controller </LogModules>
18 <PychanDebug> False </PychanDebug>
19 <LogToPrompt> 1 </LogToPrompt>
20 <LogToFile> 0 </LogToFile>
21 <UsePsyco> False </UsePsyco>
22 <ProfilingOn> False </ProfilingOn>
23 <ImageChunkSize> 256 </ImageChunkSize>
24 </Settings>