Mercurial > fife-parpg
view demos/shooter/settings-dist.xml @ 595:ea80b41c9bd7
- tested & applied patch by Helios
- fixes API inconsistence and removed NotFound Exceptions for:
- layer.getInstance()
- model.getObjects()
NOTE:
- model.getObject() returned 0 if no objects were found, whereas model.getObjects() throws an exception (-> inconsistent)
author | chewie@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 21 Aug 2010 15:44:03 +0000 |
parents | 00aa20dc8b7f |
children | e3140f01749d |
line wrap: on
line source
<?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"> FIFE - Shooter Demo </Setting> <Setting name="WindowIcon" type="str"></Setting> <Setting name="Font" type="str"> fonts/FreeSans.ttf </Setting> <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</Setting> <Setting name="DefaultFontSize" type="int"> 16 </Setting> <Setting name="LogModules" type="list"> controller ; audio ; vfs ; script ; loaders ; pool ; view ; video ; model ; metamodel ; event_channel ; xml </Setting> <Setting name="PychanDebug" type="bool"> False </Setting> <Setting name="LogToPrompt" type="int"> 1 </Setting> <Setting name="LogToFile" type="int"> 0 </Setting> </Module> <Module name="shooter"> <Setting name="MaxSounds" type="int">100</Setting> </Module> </Settings>