mirror of
https://github.com/wassname/phaser.git
synced 2026-07-07 00:06:37 +08:00
Acceleration tested and working fine. Proper accurate friction added and working really nicely, so much better than 'drag' used to. Considering removing drag, although will break the API history.
This commit is contained in:
@@ -260,7 +260,8 @@ Phaser.StageScaleMode.prototype = {
|
||||
this._width = this.width;
|
||||
this._height = this.height;
|
||||
|
||||
// console.log('startFullScreen', this._width, this._height);
|
||||
// This needs updating to match the final spec:
|
||||
// http://generatedcontent.org/post/70347573294/is-your-fullscreen-api-code-up-to-date-find-out-how-to
|
||||
|
||||
if (element['requestFullScreen'])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user