-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Menu not resizing when there is the pygame.RESIZABLE flag. #368
Comments
Hi. Currently, there's no way to resize the menu unless it is destroyed/re-created again (while using the same widgets). However, that's a nice idea. As soon as I finish my other projects, I'll work on this feature. |
Thank you, but how to destroy the menu? |
Hi. I've implemented that feature, check it out #369. |
Let me know if that feature solves your issue and I'll merge to the project and publish a new PyPI version |
Great it works! However now I have to fix a bug in my code lol |
Excellent, thus I'll push this new version to PyPI. Feel free to create a new issue if you encounter any error or a PR if you want to add a feature. Greetings :) |
is it possible to resize the menu somehow? btw my code is at https://github.com/MIneshaft-game/Mineshaft just clone it and run main.py
The text was updated successfully, but these errors were encountered: