mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +08:00
Added FullScreen API support and fixed numerous StageScaleMode issues.
This commit is contained in:
@@ -49,10 +49,12 @@ module Phaser {
|
||||
* Reference to AudioContext instance.
|
||||
*/
|
||||
private _context = null;
|
||||
|
||||
/**
|
||||
* Gain node created from audio context.
|
||||
*/
|
||||
private _gainNode;
|
||||
|
||||
/**
|
||||
* Volume of sounds.
|
||||
* @type {number}
|
||||
|
||||
Reference in New Issue
Block a user