-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new Phaser event section block for easier code separation.
Added Phaser variable types for sprites, tile sprites and physic sprites. Added auto-cleanup for Phaser group sprites. Fixed critical Phaser performance issues which had registered the same event handler several time (up to 20 000). Improved Phaser helper and Phaser extra frameworks to latest api changes.
- Loading branch information
1 parent
6d99642
commit 39c6c53
Showing
28 changed files
with
1,060 additions
and
478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ | |
"WASD", | ||
"winbox", | ||
"worker", | ||
"worldbounds", | ||
"xlink", | ||
"yandex" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.