mirror of
https://github.com/wassname/phaser.git
synced 2026-08-12 12:20:38 +08:00
Finish document for AnimationManager, Tile, FrameData, BootScreen, PauseScreen.
This commit is contained in:
@@ -12,11 +12,10 @@ module Phaser {
|
||||
|
||||
/**
|
||||
* PauseScreen constructor
|
||||
*
|
||||
* Create a new <code>PauseScreen</code> with specific width and height.
|
||||
*
|
||||
* @param width Screen canvas width.
|
||||
* @param height Screen canvas height.
|
||||
* @param width {number} Screen canvas width.
|
||||
* @param height {number} Screen canvas height.
|
||||
*/
|
||||
constructor(game: Game, width: number, height: number) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user