//=============================================================================
// No More Auto Shadows!
// Version: 5.0
//=============================================================================
/*:
* @plugindesc Removes the nasty shadows from your game!
* @author Archana
*/
//=============================================================================
//==============================================================================================
// ** Tilemap
//==============================================================================================
//==============================================================================================
// * Draw Shadows
//==============================================================================================
Tilemap.prototype._drawShadow = function(bitmap, shadowBits, dx, dy) { };