# File tile.rb, line 52
    def move(x,y=@y)
      @x2=x+(@x2-@x1)
      @y2=y+(@y2-@y1)
      @y1=y
      @x1=x
    end