<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -56,6 +56,12 @@ Helper utility for developing AIR(+HTML/CSS/JavaScript) apps
 
 [![preview](http://img.skitch.com/20080714-brr5b6x44n5mnu9shxxu83n3pb.preview.png)](http://img.skitch.com/20080714-brr5b6x44n5mnu9shxxu83n3pb.png)
 
+## Menu
+
+A menu for all the apps in the Bag of Shoes. You can start all the apps from within the menu which is pretty handy. This was the first little Shoes app someone else contributed to the bag. I modified the design but everything else was done by [Devyn](http://github.com/devyn).
+
+[![preview](http://img261.imageshack.us/img261/8019/menupr2.th.png)](http://img261.imageshack.us/img261/8019/menupr2.png)
+
 ## Picture Guess
 
 A game where a random word is sent to Flickr and you get a bunch of pictures displayed, which are tagged with the random word. You then have to guess what the word used was.</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,41 @@
-# Menu for a bag of shoes
-# Made by Devyn
+# Copyright (C)2008 Devyn (http://github.com/devyn)
+# Copyright (C)2008 Christoph Budzinski
+#
+# Licensed under the MIT license, see LICENSE.txt for more information
+#
+# Description:
+# ------------
+# A menu that Devyn made for all the apps in the Bag of Shoes, I just
+# redesigned it so everything else is thanks to him and if you don't like the design
+# it's all my fault ;)
 
-Shoes.app do
-    background &quot;#888&quot;..&quot;#000&quot;
-    title &quot;a bag of shoes\n&quot;
-    Dir.entries(File.dirname(__FILE__)).each do |rbfile|
-        next if rbfile == 'menu.rb'
-        next if File.directory?(rbfile)
-        image File.join(File.dirname(__FILE__), '..', 'res', 'bullet.png'), :width =&gt; 26, :height =&gt; 26
-        para link(rbfile.sub(/\.rb$/, &quot;&quot;), :stroke =&gt; '#F60').click{load File.join(File.dirname(__FILE__), rbfile)}
-        para &quot;\n&quot;
-    end
+Shoes.app(:title =&gt; &quot;a Bag of Shoes - menu&quot;) do
+  background &quot;#555&quot;..&quot;#333&quot;
+  
+  stack do
+  	stack do
+  		background midnightblue..blue
+	  	title &quot;a Bag of Shoes&quot;, :stroke =&gt; white, :align =&gt; &quot;center&quot;
+	  end
+	  
+	  stack(:margin_bottom =&gt; 20) do
+	  	background dimgray..darkgray
+	  	para &quot; &quot;
+	  end
+	  
+		Dir.entries(File.dirname(__FILE__)).each do |rbfile|
+			flow(:margin_left =&gt; 20) do
+		    next if rbfile == 'menu.rb'
+		    next if File.directory?(rbfile)
+		    next if rbfile.include?(&quot;~&quot;)
+		    image(25, 25) do
+		    	nostroke
+		    	fill black
+		    	oval(0, 5, 20)
+		    end
+		    caption link(rbfile.sub(/\.rb$/, &quot;&quot;), :stroke =&gt; white).click{load File.join(File.dirname(__FILE__), rbfile)}
+		  end
+		end
+	 end
 end
 </diff>
      <filename>shoes/menu.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>res/bullet.png</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>99ce4a636d2e0f63cb169ba0933b77d012295545</id>
    </parent>
  </parents>
  <author>
    <name>Christoph Budzinski</name>
    <email>Christoph.Budzinski@gmail.com</email>
  </author>
  <url>http://github.com/ChrisColon/abagofshoes/commit/f719a6a51ea5ffcacf0adf9d6c5224f2be3db31c</url>
  <id>f719a6a51ea5ffcacf0adf9d6c5224f2be3db31c</id>
  <committed-date>2008-12-12T16:12:09-08:00</committed-date>
  <authored-date>2008-12-12T16:12:09-08:00</authored-date>
  <message>redesigned the menu and added it to the README</message>
  <tree>5c88c98674c0c74f4b5de9921143914b72d7d47d</tree>
  <committer>
    <name>Christoph Budzinski</name>
    <email>Christoph.Budzinski@gmail.com</email>
  </committer>
</commit>
