//============================================================================= // No Auto Shadows // Version: 1.0 //============================================================================= /*: * @plugindesc Removes automatic shadows from displaying in game. * @author Archeia */ /*:ja * @plugindesc ゲーム内で自動生成される影を非表示にします。 * @author Archeia */ //============================================================================= //============================================================================================== // ** Tilemap //============================================================================================== //============================================================================================== // * Draw Shadows //============================================================================================== Tilemap.prototype._drawShadow = function(bitmap, shadowBits, dx, dy) { };