Mercurial > fife-parpg
diff demos/rpg/settings-dist.xml @ 509:3951042a701e
Adding the RPG demo. This is basically empty at the moment. Currently it will start with a black screen.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 20 May 2010 19:55:19 +0000 |
parents | |
children | 6ddb1eb9dfa6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/demos/rpg/settings-dist.xml Thu May 20 19:55:19 2010 +0000 @@ -0,0 +1,29 @@ +<?xml version='1.0' encoding='UTF-8'?> +<Settings> + <Module name="FIFE"> + <Setting name="FullScreen" type="int"> 0 </Setting> + <Setting name="PlaySounds" type="int"> 1 </Setting> + <Setting name="RenderBackend" type="str"> OpenGL </Setting> + <Setting name="ScreenWidth" type="int"> 1024 </Setting> + <Setting name="ScreenHeight" type="int"> 768 </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 - RPG 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 </Setting> + <Setting name="PychanDebug" type="bool"> False </Setting> + <Setting name="LogToPrompt" type="int"> 1 </Setting> + <Setting name="UsePsyco" type="bool"> False </Setting> + <Setting name="ProfilingOn" type="bool"> False </Setting> + <Setting name="LogToFile" type="int"> 0 </Setting> + </Module> + + <Module name="RPG"> + <Setting name="TownMapFile" type="str"> maps/town.xml </Setting> + <Setting name="Level1MapFile" type="str"> maps/level1.xml </Setting> + </Module> +</Settings>