UNPKG

phaser4-rex-plugins

Version:
15 lines (13 loc) 485 B
// Name of bounds rectangle export const Bounds = 'bounds'; // Name of control points export const TopLeft = 'topLeft'; export const TopRight = 'topRight'; export const BottomLeft = 'bottomLeft'; export const BottomRight = 'bottomRight'; export const TopMiddle = 'topMiddle'; export const BottomMiddle = 'bottomMiddle'; export const MiddleRight = 'middleRight'; export const MiddleLeft = 'middleLeft'; export const Origin = 'origin'; export const Rotation = 'rotation';