UNPKG

phaser

Version:

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

12 lines (11 loc) 411 B
/** * @typedef {object} Phaser.Types.Tilemaps.GIDData * @since 3.0.0 * * @property {number} gid - The Tiled GID. * @property {boolean} flippedHorizontal - Horizontal flip flag. * @property {boolean} flippedVertical - Vertical flip flag. * @property {boolean} flippedAntiDiagonal - Diagonal flip flag. * @property {number} rotation - Amount of rotation. * @property {boolean} flipped - Is flipped? */