mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 22:52:14 +00:00
Merge branch 'master' of https://github.com/photonstorm/phaser
This commit is contained in:
commit
5c091f4ff9
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,7 @@ var GameObjectFactory = require('../GameObjectFactory');
|
|||
* @method Phaser.GameObjects.GameObjectFactory#group
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {(Phaser.GameObjects.GameObject[]|GroupConfig||GroupConfig[])} [children] - Game Objects to add to this Group; or the `config` argument.
|
||||
* @param {(Phaser.GameObjects.GameObject[]|GroupConfig|GroupConfig[])} [children] - Game Objects to add to this Group; or the `config` argument.
|
||||
* @param {GroupConfig} [config] - A Group Configuration object.
|
||||
*
|
||||
* @return {Phaser.GameObjects.Group} The Game Object that was created.
|
||||
|
|
|
@ -276,7 +276,8 @@ var KeyboardPlugin = new Class({
|
|||
|
||||
/**
|
||||
* @typedef {object} CursorKeys
|
||||
*
|
||||
* @memberOf Phaser.Input.Keyboard
|
||||
*
|
||||
* @property {Phaser.Input.Keyboard.Key} [up] - A Key object mapping to the UP arrow key.
|
||||
* @property {Phaser.Input.Keyboard.Key} [down] - A Key object mapping to the DOWN arrow key.
|
||||
* @property {Phaser.Input.Keyboard.Key} [left] - A Key object mapping to the LEFT arrow key.
|
||||
|
|
Loading…
Reference in a new issue