@koreez/phaser2-animate
Version:
16 lines • 728 B
JavaScript
;
// ------------------------------------------------------------------------------
// Copyright (c) 2018 Koreez LLC. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
// ------------------------------------------------------------------------------
Object.defineProperty(exports, "__esModule", { value: true });
/**
* AnimatePlugin
*/
var Animate_1 = require("./com/koreez/plugin/animate/Animate");
exports.Animate = Animate_1.Animate;
var AnimatePlugin_1 = require("./com/koreez/plugin/AnimatePlugin");
exports.AnimatePlugin = AnimatePlugin_1.AnimatePlugin;
//# sourceMappingURL=index.js.map