//============================================================================= // AndrewX - Layered Animation // AndrewX_LayeredAnimation.js //============================================================================= var AndrewX = AndrewX || {}; AndrewX.LA = AndrewX.LA || {}; //============================================================================= /*: * @plugindesc v0.10 Enable animations to be displayed on the same layers as its target. (except for Screen Animations) * @author AndrewX * * @help * ============================================================================ * Introduction and Instructions * ============================================================================ * * No need for any configuration. * * ============================================================================ * Changelog * ============================================================================ * * Version 0.10: * - Finished prototype * * ============================================================================ * Term of Use * ============================================================================ * * Free for use in non-commercial or commercial RMMV projects * Please credit AndrewX * */ //=============================================================================