FangEngine.graphics_options

This module manages the collection of graphics options from the user
Graphics options are cached so settings can be saved

Function get_options(game_title: str, icon_path: str = None)

Displays the GUI window for getting the graphics options from the user.
NOTE: Do not call this method directly! Call the get_graphics_options method of the PyGE class
Parameter game_title: the window caption
Parameter icon_path: the path to the window icon
Returns a dictionary of the specified graphics options