screen = pygame.display.set_mode((config.WINDOW_WIDTH, config.WINDOW_HEIGHT)) # use constants from config # optional parameters MUST be written at the end of your function's parameter list def ...
load_text_dict() is a function that just makes a dictionary for each letter in the alphabet it assigns an image of that letter I made in photoshop as its key, the ' ' and '/' are just placeholders so ...