Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i move the menu options? #595

Closed
ghostkyle95 opened this issue Oct 24, 2021 · 1 comment
Closed

How do i move the menu options? #595

ghostkyle95 opened this issue Oct 24, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@ghostkyle95
Copy link

Are you trying to code on Source Code (Haxe) or on the Downloaded Build (Lua)?

Source Code

Show an screenshot/video of your problem.

Screenshot 2021-10-24 060924
how the heck do i move the menu options

@ghostkyle95 ghostkyle95 added the help wanted Extra attention is needed label Oct 24, 2021
@MeowcaTheoRange
Copy link
Contributor

Go to line 91 of MainMenuState.hx

...0, (i * 140)  +...

then change the 140 to whatever you want.
Then go to line 99

...optionShit.length - 4) * 0.135...

and change the 0.135 to your previous number typed, but -5.

Also go to line 100

...optionShit.length < 6)...

and set 6 to 3.
This should work, except for very long lists, where the current selection will be out of view. Yours only has 3 indexes, so you should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants