Advertisement
Archeia

No Autoshadow

Aug 10th, 2016
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //=============================================================================
  2. // No Auto Shadows
  3. // Version: 1.1
  4. //=============================================================================
  5.  /*:
  6.  * @plugindesc Removes automatic shadows from displaying in game.
  7.  * @author Archeia
  8.  */
  9.  /*:ja
  10.  * @plugindesc ゲーム内で自動生成される影を非表示にします。
  11.  * @author Archeia
  12.  */
  13.  //=============================================================================
  14.  //==============================================================================================
  15.  // ** Tilemap
  16.  //==============================================================================================
  17.  //==============================================================================================
  18.  // * Draw Shadows
  19.  //==============================================================================================
  20.  Tilemap.prototype._drawShadow = function(bitmap, shadowBits, dx, dy) { };
  21.     if (ShaderTilemap) {
  22.       ShaderTilemap.prototype._drawShadow = function(layer, shadowBits, dx, dy) { };  
  23.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement