game.ui.hud =========== .. py:module:: game.ui.hud .. autoapi-nested-parse:: HUD and UI elements. Classes ------- .. autoapisummary:: game.ui.hud.HUD Module Contents --------------- .. py:class:: HUD Heads-up display for game information. .. py:attribute:: font .. py:attribute:: button_font .. py:attribute:: info_font .. py:attribute:: buttons .. py:method:: handle_click(pos, game_manager, game_state_str) .. py:method:: render(screen, game_state) Render the HUD.