mirror of
https://github.com/wassname/phaser.git
synced 2026-08-13 12:30:11 +08:00
Added FullScreen API support and fixed numerous StageScaleMode issues.
This commit is contained in:
@@ -55,11 +55,13 @@ module Phaser {
|
||||
* @type {Rectangle}
|
||||
*/
|
||||
public bounds: Rectangle;
|
||||
|
||||
/**
|
||||
* This class is actually a wrapper of canvas.
|
||||
* @type {HTMLCanvasElement}
|
||||
*/
|
||||
public canvas: HTMLCanvasElement;
|
||||
|
||||
/**
|
||||
* Canvas context of this object.
|
||||
* @type {CanvasRenderingContext2D}
|
||||
|
||||
Reference in New Issue
Block a user