<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,13 +30,9 @@ class FlourishState
   end
   
   def button_down(id)
-    if id == Gosu::Button::KbEscape
-      Game.window.close
-    end
   end
   
   def button_up(id)
-  
   end
   
 end
\ No newline at end of file</diff>
      <filename>lib/flourish_state.rb</filename>
    </modified>
    <modified>
      <diff>@@ -87,9 +87,7 @@ class GameState &lt; FlourishState
   end
   
   def button_down(id)
-    if id == Gosu::Button::KbEscape
-      Game.window.close
-    elsif  id == Gosu::Button::MsLeft &amp;&amp; ! @selection.visible?
+    if  id == Gosu::Button::MsLeft &amp;&amp; ! @selection.visible?
       @selection.start = @cursor.clone
     elsif id == Gosu::Button::KbTab || id == Gosu::Button::MsWheelDown
       @tree.select_next(+1)</diff>
      <filename>lib/game_state.rb</filename>
    </modified>
    <modified>
      <diff>@@ -15,6 +15,9 @@ class GameWindow &lt; Gosu::Window
   end
 
   def button_down(id)
+    if id == Gosu::Button::KbEscape
+      Game.window.close
+    end
     Game.state.button_down id
   end
   </diff>
      <filename>lib/game_window.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fc4c9130037c67b9c716cf90ba3846af09fb61fb</id>
    </parent>
  </parents>
  <author>
    <name>Adam Sanderson</name>
    <email>netghost@gmail.com</email>
  </author>
  <url>http://github.com/adamsanderson/flourish/commit/cf0f523c988b4e787af5d9ce93592e3b966dbf28</url>
  <id>cf0f523c988b4e787af5d9ce93592e3b966dbf28</id>
  <committed-date>2008-05-12T19:55:01-07:00</committed-date>
  <authored-date>2008-05-12T19:55:01-07:00</authored-date>
  <message>Make escape always quit.  The game should never be complicated enough that you have nested menus.</message>
  <tree>c80eaab2e836e4473fc4503ed8dcd9ce988e2c4c</tree>
  <committer>
    <name>Adam Sanderson</name>
    <email>netghost@gmail.com</email>
  </committer>
</commit>
