Mercurial > parpg-app
view settings-dist.xml @ 15:76816b46bd88
Updated .hgsubstate
author | Beliar <KarstenBock@gmx.net> |
---|---|
date | Fri, 16 Mar 2012 07:16:42 +0100 |
parents | 0897c89da4fe |
children |
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">800x600</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="GLUseFramebuffer" type="bool"> True </Setting> <Setting name="GLUseNPOT" type="bool"> True </Setting> <Setting name="WindowTitle" type="str"> PARPG </Setting> <Setting name="WindowIcon" type="str">data/gui/icons/window_icon.png</Setting> <Setting name="Font" type="str"> data/fonts/oldtypewriter.ttf </Setting> <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]" </Setting> <Setting name="DefaultFontSize" type="int"> 12 </Setting> <Setting name="LogModules" type="list"> controller </Setting> <Setting name="PychanDebug" type="bool"> True </Setting> <Setting name="LogToPrompt" type="int"> 1 </Setting> <Setting name="LogToFile" type="int"> 0 </Setting> </Module> <Module name="parpg"> <Setting name="DataPath" type="str">data</Setting> <Setting name="MapsPath" type="str">maps</Setting> <Setting name="MapsFile" type="str">maps.yaml</Setting> <Setting name="Map" type="str">Mall</Setting> <Setting name="AllAgentsFile" type="str">all_agents.yaml</Setting> <Setting name="ObjectsPath" type="str">objects</Setting> <Setting name="ObjectDatabaseFile" type="str">object_database.yaml</Setting> <Setting name="DialoguesPath" type="str">dialogue</Setting> <Setting name="QuestsPath" type="str">quests</Setting> <Setting name="GuiPath" type="str">gui</Setting> <Setting name="CursorPath" type="str">cursors</Setting> <Setting name="CursorDefault" type="str">cursor_plain.png</Setting> <Setting name="CursorUp" type="str">cursor_up.png</Setting> <Setting name="CursorRight" type="str">cursor_right.png</Setting> <Setting name="CursorDown" type="str">cursor_down.png</Setting> <Setting name="CursorLeft" type="str">cursor_left.png</Setting> <Setting name="ScrollSpeed" type="float">1.0</Setting> <Setting name="PCSpeed" type="float">1.0</Setting> </Module> </Settings>