Mercurial > fife-parpg
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/demos/shooter/settings-dist.xml Wed May 12 16:09:46 2010 +0000 @@ -0,0 +1,24 @@ +<Settings> + <FullScreen> 0 </FullScreen> + <PlaySounds> 1 </PlaySounds> + <RenderBackend> OpenGL </RenderBackend> + <ScreenWidth> 1024 </ScreenWidth> + <ScreenHeight> 768 </ScreenHeight> + <BitsPerPixel> 0 </BitsPerPixel> + <InitialVolume> 5.0 </InitialVolume> + <SDLRemoveFakeAlpha> 1 </SDLRemoveFakeAlpha> + <WindowTitle> FIFE - Shooter Demo </WindowTitle> + <WindowIcon> </WindowIcon> + + <MapFile> maps/shrine.xml </MapFile> + <Font> fonts/FreeSans.ttf </Font> + <FontGlyphs> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</FontGlyphs> + <DefaultFontSize> 16 </DefaultFontSize> + <LogModules> controller </LogModules> + <PychanDebug> False </PychanDebug> + <LogToPrompt> 1 </LogToPrompt> + <LogToFile> 0 </LogToFile> + <UsePsyco> False </UsePsyco> + <ProfilingOn> False </ProfilingOn> + <ImageChunkSize> 256 </ImageChunkSize> +</Settings>