Mercurial > fife-parpg
comparison 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 |
comparison
equal
deleted
inserted
replaced
508:c8820cc201db | 509:3951042a701e |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <Settings> | |
3 <Module name="FIFE"> | |
4 <Setting name="FullScreen" type="int"> 0 </Setting> | |
5 <Setting name="PlaySounds" type="int"> 1 </Setting> | |
6 <Setting name="RenderBackend" type="str"> OpenGL </Setting> | |
7 <Setting name="ScreenWidth" type="int"> 1024 </Setting> | |
8 <Setting name="ScreenHeight" type="int"> 768 </Setting> | |
9 <Setting name="BitsPerPixel" type="int"> 0 </Setting> | |
10 <Setting name="InitialVolume" type="float"> 5.0 </Setting> | |
11 <Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting> | |
12 <Setting name="WindowTitle" type="str"> FIFE - RPG Demo </Setting> | |
13 <Setting name="WindowIcon" type="str"> </Setting> | |
14 <Setting name="Font" type="str"> fonts/FreeSans.ttf </Setting> | |
15 <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</Setting> | |
16 <Setting name="DefaultFontSize" type="int"> 16 </Setting> | |
17 <Setting name="LogModules" type="list"> controller </Setting> | |
18 <Setting name="PychanDebug" type="bool"> False </Setting> | |
19 <Setting name="LogToPrompt" type="int"> 1 </Setting> | |
20 <Setting name="UsePsyco" type="bool"> False </Setting> | |
21 <Setting name="ProfilingOn" type="bool"> False </Setting> | |
22 <Setting name="LogToFile" type="int"> 0 </Setting> | |
23 </Module> | |
24 | |
25 <Module name="RPG"> | |
26 <Setting name="TownMapFile" type="str"> maps/town.xml </Setting> | |
27 <Setting name="Level1MapFile" type="str"> maps/level1.xml </Setting> | |
28 </Module> | |
29 </Settings> |