if y_diff.abs > @buffer_y
      # move screen
      if y_diff > 0
        @y_offset += (y_diff - @buffer_y) * @speed
      else