changeset 352:79fe97f8e8f5

Disable full screen toggling since it doesn't appear to work on Windows and Mac.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 23:36:20 +0000
parents 4cc0b3627f83
children 597900d528d9
files gamelib/mainmenu.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/mainmenu.py	Sat Sep 05 23:33:50 2009 +0000
+++ b/gamelib/mainmenu.py	Sat Sep 05 23:36:20 2009 +0000
@@ -69,8 +69,8 @@
         self.tr()
         self.td(help_button, **td_kwargs)
 
-        self.tr()
-        self.td(fullscreen_toggle, **td_kwargs)
+        # self.tr()
+        # self.td(fullscreen_toggle, **td_kwargs)
 
         self.tr()
         self.td(quit_button, **td_kwargs)