YesNoOk
avatar

How to move stage select text to the left a bit? (Read 927 times)

Started by kain7th, December 27, 2020, 08:16:01 am
Share this topic:
How to move stage select text to the left a bit?
#1  December 27, 2020, 08:16:01 am
  • **


The text keeps getting cut off, i want to just move it to the left a bit so that doesn't happen. Anyway i can do that?
Re: How to move stage select text to the left a bit?
#2  December 27, 2020, 08:58:22 am
  • ****
    • crepa.neocities.org
Go to your "data" folder, open "system.def" with a text editor like notepad, then search for this line (you can use ctrl+f if you're using notepad):
stage.pos = 160,237
Change the first number (before the comma) to a lower one, if it's 100, change to 50, and so on. Keep in mind that your numbers will be different than mine. Save it and test.
Re: How to move stage select text to the left a bit?
#3  December 27, 2020, 09:16:39 am
  • **
thank you! much better