Mercurial > fife-parpg
comparison tools/editor/settings-dist.xml @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children | e34b44afd428 |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
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 - Editor </Setting> | |
13 <Setting name="WindowIcon" type="str"></Setting> | |
14 <Setting name="MapFile" type="str"> maps/shrine.xml </Setting> | |
15 <Setting name="Font" type="str"> fonts/FreeSans.ttf </Setting> | |
16 <Setting name="FontGlyphs" strip="0" type="str"> abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\"</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="LogToFile" type="int"> 0 </Setting> | |
21 </Module> | |
22 <Module name="Plugins"> | |
23 <Setting name="HistoryManager" type="bool">True</Setting> | |
24 <Setting name="LayerTool" type="bool">True</Setting> | |
25 <Setting name="ObjectEdit" type="bool">True</Setting> | |
26 <Setting name="ObjectSelector" type="bool">True</Setting> | |
27 </Module> | |
28 </Settings> |