We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Cannot read property 'length' of undefined
Q._generateCollisionPoints @ quintus_sprites.js:312 update @ quintus_sprites.js:676 (anonymous function) @ my game Q.gameLoopCallbackWrapper @ quintus.js:591 requestAnimationFrame (async) Quintus.Q.gameLoop @ quintus.js:595 startGameLoop @ my game (anonymous function) @ my game loadedCallback @ quintus.js:1892 img.onload @ quintus.js:1623
The text was updated successfully, but these errors were encountered:
I worked around this by calling _generatePoints manually after this._super in my Sprite's init method.
Q._generatePoints( this, true );
It's hacky though, so if there is a real solution, please let me know. Other than that one issue, I am enjoying this framework so far.
Sorry, something went wrong.
No branches or pull requests
Uncaught TypeError: Cannot read property 'length' of undefined
Q._generateCollisionPoints @ quintus_sprites.js:312
update @ quintus_sprites.js:676
(anonymous function) @ my game
Q.gameLoopCallbackWrapper @ quintus.js:591
requestAnimationFrame (async)
Quintus.Q.gameLoop @ quintus.js:595
startGameLoop @ my game
(anonymous function) @ my game
loadedCallback @ quintus.js:1892
img.onload @ quintus.js:1623
The text was updated successfully, but these errors were encountered: