- Joined
- Jul 27, 2020
- Messages
- 52
- Reaction score
- 14
- First Language
- English
- Primarily Uses
- RMMV
Window_ItemStatus.prototype.drawDarkRect = function(dx, dy, dw, dh) {
// var color = this.gaugeBackColor();
// this.changePaintOpacity(false);
// this.contents.fillRect(dx + 1, dy + 1, dw - 2, dh - 2, color);
// this.changePaintOpacity(true);
};