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
Snake heads and food BitMap objects can be cached to avoid delays for several hundreds of milliseconds from new createjs.Bitmap(image);
The text was updated successfully, but these errors were encountered:
Fixed issue #154 - BitMap caching...
120c0a9
and some rendering improvements.
Fixed issue #154 - Increased space between snakes from 1 to 2 px
66d664e
Fixed issue #154 - BitMap caching and some rendering improvements.
06fd329
Increased space between snakes from 1 to 2 px
jonasohrn
No branches or pull requests
Snake heads and food BitMap objects can be cached to avoid delays for several hundreds of milliseconds from new createjs.Bitmap(image);
The text was updated successfully, but these errors were encountered: