@osbjs/osbjs
Version:
a minimalist osu! storyboarding framework
21 lines (20 loc) • 767 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Origin = void 0;
var Origin;
(function (Origin) {
Origin["TopLeft"] = "TopLeft";
Origin["TopCenter"] = "TopCentre";
Origin["TopCentre"] = "TopCentre";
Origin["TopRight"] = "TopRight";
Origin["CenterLeft"] = "CentreLeft";
Origin["Center"] = "Centre";
Origin["CenterRight"] = "CentreRight";
Origin["CentreLeft"] = "CentreLeft";
Origin["Centre"] = "Centre";
Origin["CentreRight"] = "CentreRight";
Origin["BottomLeft"] = "BottomLeft";
Origin["BottomCenter"] = "BottomCentre";
Origin["BottomCentre"] = "BottomCentre";
Origin["BottomRight"] = "BottomRight";
})(Origin = exports.Origin || (exports.Origin = {}));