This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-11-16 09:48:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1a357e18c8
phaser
/
resources
/
Project Templates
History
photonstorm
60acef2f97
If Game Objects change their frame, such as with an animated Sprite, and the change goes from a previously trimmed frame to a non-trimmed (full size) one, then the previous trim values were still left active, causing it to glitch (thanks stupot)
2014-09-11 20:56:01 +01:00
..
Basic
If Game Objects change their frame, such as with an animated Sprite, and the change goes from a previously trimmed frame to a non-trimmed (full size) one, then the previous trim values were still left active, causing it to glitch (thanks stupot)
2014-09-11 20:56:01 +01:00
Full Screen Mobile
ScaleManager.setMinMax(minWidth, minHeight, maxWidth, maxHeight) is a handy function to allow you to set all the min/max dimensions in one call.
2014-09-01 03:07:17 +01:00
RequireJS
New Phaser Project Template specifically for requireJS in the
resources/Project Templates
folder (many thanks @ashatch)
2014-04-29 02:14:13 +01:00
Responsive
New mini responsive template.
2014-09-09 15:31:44 +01:00