- Joined
- Jul 4, 2019
- Messages
- 151
- Reaction score
- 17
- First Language
- English
- Primarily Uses
- RMMV
I'm not too keen on the right aligned pause indicator that Galv's Message Styles makes all text boxes default to, but I can't quite figure out how to change it back to middle aligned.
I'm pretty sure it's in this bit here in the js:
I already tried altering
this._windowPauseSignSprite.anchor.x = 0;
however while this moves the pause icon, it does so in pixels, so when the boxes are different widths the location is varied. Using a % breaks the code.
It seems I need to change where the anchor is set, back to the default rpgmaker bottom middle of boxes, but I can't figure out how to do that? Any idea?
I'm pretty sure it's in this bit here in the js:
I already tried altering
this._windowPauseSignSprite.anchor.x = 0;
however while this moves the pause icon, it does so in pixels, so when the boxes are different widths the location is varied. Using a % breaks the code.
It seems I need to change where the anchor is set, back to the default rpgmaker bottom middle of boxes, but I can't figure out how to do that? Any idea?
Last edited:






