UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

11 lines (10 loc) 321 B
/** * Options for the Graphics Game Object. * * @typedef {object} Phaser.Types.GameObjects.Graphics.Options * @extends Phaser.Types.GameObjects.Graphics.Styles * @since 3.0.0 * * @property {number} [x] - The x coordinate of the Graphics. * @property {number} [y] - The y coordinate of the Graphics. */