spawnbox.ext.Text

Parameters:

spawnbox.ext.Text(window: spawnbox.Spawnbox, text: str, font: str, size = 24, x = 0, y = 0, color = (255, 255, 255, 255))

# Color is in the RGBA Tuple format.
# (RED, GREEN, BLUE, ALPHA aka TRANSPARENCY)

# Also, please scroll, because the parameters do not fully show. :P

Functions:

draw() - draws the text to the screen... look idfk how you'd mess that up.

Last updated