Quad

class guerilla.Quad

Bases: guerilla.Window

A quad window class able to render textures

settexture(texture, fit)

Set the Quad window bitmap texture to display

Parameters:
  • texture (str) – The path to the bitmap to display
  • fit (bool) – When true, indicates the Quad should fit the texture size, otherwise the texture is stretched/shrinked over the Quad