# File lib/rubygame/rect.rb, line 541
        def move!(x,y)
                self[0]+=x; self[1]+=y
                return self
        end