mirror of
https://github.com/wassname/phaser.git
synced 2026-06-30 16:40:20 +08:00
Lots of JSDocs updates in the gameobjects folder
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
* @author Richard Davey <rich@photonstorm.com>
|
||||
* @copyright 2013 Photon Storm Ltd.
|
||||
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
|
||||
* @module Phaser.Graphics
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -12,8 +11,8 @@
|
||||
* @constructor
|
||||
*
|
||||
* @param {Phaser.Game} game Current game instance.
|
||||
* @param {number} [x] X position of Description.
|
||||
* @param {number} [y] Y position of Description.
|
||||
* @param {number} x - X position of the new graphics object.
|
||||
* @param {number} y - Y position of the new graphics object.
|
||||
*/
|
||||
Phaser.Graphics = function (game, x, y) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user