Pygame menu
Menu for pygame, simple, lightweight and easy to use
Pablo Pizarro
(ppizarror)
Python library that can create a Menu on Pygame, Supports: Textual menus; Textual menus + buttons; Lists of values (that i called Selectors) that can trigger functions when pressing Return or changing the value; Button menus
Changes
Links
- Home Page
- http://ppizarror.com/pygame-menu/
Releases
Pygame menu 1.5 — 20 Jun, 2017
Pygame menu 1.6 — 20 Jul, 2017
Pygame menu 1.71 — 19 Nov, 2017
Pygame menu 1.72 — 29 Jan, 2018
Pygame.org account Comments
-
-
-
Ales 2018-02-02 12:10:16.054344
Perfect job! One question: when rise menu.enable() for main menu is not impacted required aplha %. Every time is menu apear with 100% opaque. When I use only draw method it's transparent, but menu is not functional (do not catch events, when is disable problably). Please advice - How can I run single transparent menu started from my python code. example.py starting transparent from main menu and this working. thanx Ales