//=============================================================================
// DEAC_DestinationAnimation_OFF.js
//=============================================================================
/*:
* @plugindesc 简单地关闭地图目的地点击动画。
* @author DEDADA
*/
Sprite_Destination.prototype.createBitmap = function() {
return 0;
};
Sprite_Destination.prototype.update = function() {
return 0;
};
//=============================================================================
// DEAC_DestinationAnimation_OFF.js
//=============================================================================
/*:
* @plugindesc 简单地关闭地图目的地点击动画。
* @author DEDADA
*/
Sprite_Destination.prototype.createBitmap = function() {
return 0;
};
Sprite_Destination.prototype.update = function() {
return 0;
};