WindowParams

class WindowParams[source]

Bases: object

Parameters of the game window to be parsed by the yaml parser.

The types defined in this class determine what type the parser uses.

width

Width of the window in pixels.

Type:

int

height

Height of the window in pixels.

Type:

int

__init__()[source]

Methods

__init__