openfl
Version:
A fast, productive library for 2D cross-platform development.
11 lines • 296 B
JavaScript
Object.defineProperty (module.exports, "__esModule", { value: true });
module.exports.StageAlign = module.exports.default = {
BOTTOM: "bottom",
BOTTOM_LEFT: "bottomLeft",
BOTTOM_RIGHT: "bottomRight",
LEFT: "left",
RIGHT: "right",
TOP: "top",
TOP_LEFT: "topLeft",
TOP_RIGHT: "topRight",
};