This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
phaser
Watch
1
Star
0
Fork
0
You've already forked phaser
mirror of
https://github.com/wassname/phaser.git
synced
2026-06-27 16:10:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c4a68e3e8756cb3c8cd5dcfc02df44e1d03bd497
phaser
/
examples
/
display
T
History
alvinsight
27cea5e6f0
Tidying up a bit
2014-02-28 18:40:06 +00:00
..
bitmapdata wobble.js
Tidying up a bit
2014-02-28 18:40:06 +00:00
fullscreen buttons.js
ScaleManager has 2 new events: ScaleManager.enterFullScreen and ScaleManager.leaveFullScreen, so you can respond to fullscreen changes directly.
2014-02-25 17:10:37 +00:00
fullscreen.js
Fixed Fullscreen example and State preloading.
2014-02-25 16:26:11 +00:00
graphics.js
Revamping the examples area.
2013-10-22 03:58:20 +01:00
pixi render texture.js
Updated a lot of examples to Phaser 2.0 :)
2014-02-28 18:22:52 +00:00
render crisp.js
Stage.smoothed allows you to set if sprites will be smoothed when rendered. Set to false if you're using pixel art in your game. Default is true. Works in Canvas and WebGL. Setting the game anti-aliased parameter now works properly too.
2014-02-25 04:41:57 +00:00
render texture mirror.js
Updated a lot of examples to Phaser 2.0 :)
2014-02-28 18:22:52 +00:00
render texture starfield.js
Adjusted delta timer cap and fixed some typos and more examples.
2014-01-27 17:08:20 +00:00
render texture trail.js
Updated some docs, added the new renderHidden parameter for Canvas and updated the RenderTexture examples as a result.
2013-12-27 00:26:21 +00:00