phaser/src/cameras/2d
Bill Reed 0c12d836a2
2d Camera startFollow should respect useBounds
It was possible for the 2d camera's `startFollow` method to set the `scrollX` and `scrollY` values out of the camera's bounds, even when `useBounds` was set to true.

This PR ensures that `useBounds` is respected by the `startFollow` method when setting the `scrollX` and `scrollY` values. 

Question - should this check also happen when setting the `midpoint` with the `fx` and `fy` values?
2019-01-27 16:01:34 -05:00
..
effects Added Camera Fade and Game Object Destroy events. 2019-01-18 14:21:45 +00:00
events Added Camera Fade and Game Object Destroy events. 2019-01-18 14:21:45 +00:00
BaseCamera.js Merged itrs to single call 2019-01-22 14:46:17 +00:00
Camera.js 2d Camera startFollow should respect useBounds 2019-01-27 16:01:34 -05:00
CameraManager.js Removed resolution 2019-01-22 14:46:43 +00:00
index.js Added all Camera events 2019-01-15 23:36:52 +00:00