Mercurial > fife-parpg
changeset 122:6b2f3a151f81
* Small fixes (window icon, additional resolutions, svn:ignore)
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 05 Aug 2008 14:56:54 +0000 |
parents | ae3b8139c7c7 |
children | ec653fde64d3 |
files | clients/rio_de_hola/settings-dist.xml clients/rio_de_hola/settings.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/clients/rio_de_hola/settings-dist.xml Tue Aug 05 14:44:15 2008 +0000 +++ b/clients/rio_de_hola/settings-dist.xml Tue Aug 05 14:56:54 2008 +0000 @@ -8,7 +8,7 @@ <InitialVolume> 5.0 </InitialVolume> <SDLRemoveFakeAlpha> 1 </SDLRemoveFakeAlpha> <WindowTitle> FIFE - Rio de hola </WindowTitle> - <WindowIcon /> + <WindowIcon>gui/icons/boy.png</WindowIcon> <MapFile> maps/shrine.xml </MapFile> <Font> fonts/samanata.ttf </Font>
--- a/clients/rio_de_hola/settings.py Tue Aug 05 14:44:15 2008 +0000 +++ b/clients/rio_de_hola/settings.py Tue Aug 05 14:56:54 2008 +0000 @@ -9,7 +9,7 @@ def onOptionsPress(self): self.changesRequireRestart = False self.isSetToDefault = False - self.Resolutions = ['800x600', '1024x768', '1440x900'] + self.Resolutions = ['640x480', '800x600', '1024x768', '1280x800', '1440x900'] if not hasattr(self, 'OptionsDlg'): self.OptionsDlg = None if not self.OptionsDlg: