- Joined
- Oct 23, 2015
- Messages
- 69
- Reaction score
- 7
- First Language
- English
I'd like to change it so RPG Maker MV's built in timer function is displayed in a different corner. Is there a way to do that?
Sprite_Timer.prototype.updatePosition = function() {
this.x = Graphics.width - this.bitmap.width;
this.y = 0;
};