githubaccount256

Results 5 comments of githubaccount256

Ah, do you have any idea what or where it might be? I'm not the best programmer and some of this code is very overwhelming to me. If you could...

Oh, progress! It looks like changing `private _repeatTiles = true;` to `private _repeatTiles = false;` fixes the problem!

Sure, I think I can figure it out. I just need to get the power-of-two issue fixed first, and then I can make a PR for this.

Hmm, okay so I think what I might need to do is have the function take a `&[u32]` and return a `Box`, but that is still resulting in the same...

Ah, it appears that was an unrelated bug (from here: https://github.com/rustwasm/wasm-pack/issues/886#issuecomment-667669802) and it has now compiled. Nice, progress!