Title Screen¶ class TitleScreen(rect: Rect, manager: UIManager)[source]¶ Bases: scripts.engine.widgets.panel.Panel Initial screen menu __init__(rect: Rect, manager: UIManager)[source]¶ Initialize self. See help(type(self)) for accurate signature. process_event(event)[source]¶ Gives UI Windows access to pygame events. Derived windows should super() call this class if they implement their own process_event method.