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-12-17 08:33:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3a4bfa679b
phaser
/
src
/
cameras
/
2d
History
Richard Davey
3a4bfa679b
Added experimental Camera to Render Texture
2018-08-07 16:27:21 +01:00
..
effects
Camera effects using the new
drawFillRect
method.
2018-07-26 16:32:31 +01:00
BaseCamera.js
No config, no update
2018-08-07 16:25:55 +01:00
Camera.js
Added experimental Camera to Render Texture
2018-08-07 16:27:21 +01:00
CameraManager.js
The
CameraManager
was accidentally adding extra destroy event calls when a Scene was restarted, causing an
Uncaught TypeError: Cannot read property 'events' of null
when trying to destroy a game instance having swapped from a Scene to another, and back again.
Fix
#3878
2018-07-31 11:34:59 +01:00
index.js
Exposed Effects
2018-04-15 23:14:34 +01:00