- Joined
- Jun 30, 2014
- Messages
- 24
- Reaction score
- 2
- First Language
- English
- Primarily Uses
Hi, I'm trying to Align my text to the Left. I opened Scene_Title and changed the 1 at the end to 0, 2 and 3, and nothing happend, didn't even align to the right. So I need some help trying to move the options, thanks. And yes, I pressed Apply, i'm not that stupid.
I'd also like to point out i'm using RPG Maker VX Ace to help anyone out with helping me solve this problem
Update: I have Solved the Problem
Go to Window_TitleCommand and go to line 28
and then make it look something like this
self.x = (Graphics.width * 2.0 - width) / 2and then change the 2.0 to whatever you want it to be
I'd also like to point out i'm using RPG Maker VX Ace to help anyone out with helping me solve this problem
Update: I have Solved the Problem
Go to Window_TitleCommand and go to line 28
and then make it look something like this
self.x = (Graphics.width * 2.0 - width) / 2and then change the 2.0 to whatever you want it to be
Last edited by a moderator: