<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@ class Gameobject
 
   attr_accessor :x, :y, :width, :height
 
-  def map_keys mapping
+  def set_keys mapping
     @key_mapping = mapping
     @is_pressed = {}
     @key_mapping.each { |key, method| @is_pressed[method] = false }</diff>
      <filename>backend/gameobject.rb</filename>
    </modified>
    <modified>
      <diff>@@ -42,11 +42,6 @@ class Image &lt; Gosu::Image
   end
   
   def draw(x,y,z=0,zoom_x=1,zoom_y=1)
-
-    z = 0
-    zoom_x = 1
-    zoom_y = 1
-    
     args = []
     if args.size &gt; 0
       params = args.first</diff>
      <filename>backend/output/gosu.rb</filename>
    </modified>
    <modified>
      <diff>@@ -168,7 +168,7 @@ end
 class Player &lt; Character
   def initialize a,b
     super a,b
-    map_keys(Gosu::Button::KbRight =&gt; :press_run)
+    set_keys(Gosu::Button::KbRight =&gt; :press_run)
   end
     
   def press_run pressed</diff>
      <filename>olympics/olympics.rb</filename>
    </modified>
    <modified>
      <diff>@@ -119,7 +119,7 @@ class PlayerShip &lt; Gameobject
     @score = 0
     @lives = 3
     
-    map_keys(Gosu::Button::KbLeft   =&gt; :move_left,
+    set_keys(Gosu::Button::KbLeft   =&gt; :move_left,
              Gosu::Button::KbRight  =&gt; :move_right,
              Gosu::Button::GpLeft   =&gt; :move_left,
              Gosu::Button::GpRight  =&gt; :move_right,</diff>
      <filename>spaceinvaders/spaceinvaders.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>76196d70801929125e645c2b1fb6597430af7199</id>
    </parent>
  </parents>
  <author>
    <name>Florian Hufsky</name>
    <email>flo@oneup.local</email>
  </author>
  <url>http://github.com/oneup/puituniverse/commit/cf69daad8c0fe851921de3eb24dadae77a6bfd26</url>
  <id>cf69daad8c0fe851921de3eb24dadae77a6bfd26</id>
  <committed-date>2008-04-18T20:43:20-07:00</committed-date>
  <authored-date>2008-04-18T20:43:20-07:00</authored-date>
  <message>bettar nameing for key mapping</message>
  <tree>d3e62afed8176eed1a039b886f2381fbcc9d6d57</tree>
  <committer>
    <name>Florian Hufsky</name>
    <email>flo@oneup.local</email>
  </committer>
</commit>
