Mercurial > fife-parpg
comparison demos/rio_de_hola/settings-dist.xml @ 538:00aa20dc8b7f
Made the Setting class much more customizable by adding the SettingEntry class.
Adopted demos to the changes
Note:
Setting ScreenWidth and ScreenHeight are now combined into ScreenResolution of format <width>x<height>
FullScreen and PlaySounds are now of type bool
author | nihathrael@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 01 Jun 2010 18:14:26 +0000 |
parents | 3dff106b945b |
children | e3140f01749d |
comparison
equal
deleted
inserted
replaced
537:764510a6d2f9 | 538:00aa20dc8b7f |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
2 <Settings> | 2 <Settings> |
3 <Module name="FIFE"> | 3 <Module name="FIFE"> |
4 <Setting name="FullScreen" type="int"> 0 </Setting> | 4 <Setting name="FullScreen" type="bool"> False </Setting> |
5 <Setting name="PlaySounds" type="int"> 1 </Setting> | 5 <Setting name="PlaySounds" type="bool"> True </Setting> |
6 <Setting name="RenderBackend" type="str"> OpenGL </Setting> | 6 <Setting name="RenderBackend" type="str"> OpenGL </Setting> |
7 <Setting name="ScreenWidth" type="int"> 1024 </Setting> | 7 <Setting name="ScreenResolution" type="str">1024x768</Setting> |
8 <Setting name="ScreenHeight" type="int"> 768 </Setting> | |
9 <Setting name="BitsPerPixel" type="int"> 0 </Setting> | 8 <Setting name="BitsPerPixel" type="int"> 0 </Setting> |
10 <Setting name="InitialVolume" type="float"> 5.0 </Setting> | 9 <Setting name="InitialVolume" type="float"> 5.0 </Setting> |
11 <Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting> | 10 <Setting name="SDLRemoveFakeAlpha" type="int"> 1 </Setting> |
12 <Setting name="WindowTitle" type="str"> FIFE - Rio de hola </Setting> | 11 <Setting name="WindowTitle" type="str"> FIFE - Rio de hola </Setting> |
13 <Setting name="WindowIcon" type="str"> gui/icons/boy.png </Setting> | 12 <Setting name="WindowIcon" type="str"> gui/icons/boy.png </Setting> |