A string indicating the name of the SGE implementation.
Flag indicating horizontal alignment to the left.
Flag indicating horizontal alignment to the center.
Flag indicating horizontal alignment to the right.
Flag indicating vertical alignment to the top
Flag indicating vertical alignment to the middle.
Flag indicating vertical alignment to the bottom.
Stores the current sge.Game object. If there is no sge.Game object currently, this variable is set to None.
A list of directories where images can be found. Default is ./data/images, ./data/sprites, or ./data/backgrounds, where . is the program directory.
A list of directories where font files can be found. Default is ./data/fonts, where . is the program directory.
A list of directories where sounds can be found. Default is ./data/sounds, where . is the program directory.
A list of directories where music files can be found. Default is ./data/music, where . is the program directory.