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

allow player to modify popup during game #13698

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

geezer09
Copy link

I have implemented a function to allow the player to modify the popup menu during gameplay to deal with the problem of some menus being way too long. Basically, I created an "unwanted" menu and the player can move items to that submenu during gameplay to reduce clutter and customize as he likes. The code is currently functional but needs more work, I was just wondering if this is a feature that any other game actually needs.

If not then I will implement in the VASL code which is probably doable if not ideal. What would be the best way to remove the following element added by the Map class

addChild(new MenuDisplayer());

within the ASLMap class so that I can add my own ASLMenuDisplayer()?

Screenshot 2024-11-15 000842

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant