You are reading a single comment by @moka and its replies. Click here to read the full conversation.
  • Just unrelated tip, but will reduce size of emptiness in your code :)
    Replace linea function with this:

    function linea(y) {
      return (y - 1) * 128;
    }
    
About

Avatar for moka @moka started