# HG changeset patch
# User mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
# Date 1217948214 0
# Node ID 6b2f3a151f81ca34985bc45c66e027a93918fa6e
# Parent ae3b8139c7c7106bdc445acce06c916bd86d00fd
* Small fixes (window icon, additional resolutions, svn:ignore)
diff -r ae3b8139c7c7 -r 6b2f3a151f81 clients/rio_de_hola/settings-dist.xml
--- 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 @@
5.0
1
FIFE - Rio de hola
-
+ gui/icons/boy.png
maps/shrine.xml
fonts/samanata.ttf
diff -r ae3b8139c7c7 -r 6b2f3a151f81 clients/rio_de_hola/settings.py
--- 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: