Advertisement
ludovicodes

WR.js

Jul 5th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //=============================================================================
  2. // WhiteRemove.js
  3. //=============================================================================
  4.  
  5.  
  6. Sprite_Enemy.prototype.updateWhiten = function() {
  7.     var alpha = 0
  8.     this.setBlendColor([255, 255, 255, alpha]);
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement