first thing I will work on is a bigger display, currently it is:
#init
pygame.init()
#window variables
screen_width = 800
screen_height = 600
screen = pygame.display.set_mode((screen_width, screen_height))
pygame.display.set_caption(" Fades Version 0.1 'Enter The Hero' ")
so I will either include an options button with a 1600x900 and a full screen.
I have to edit mostly the .png backgrounds in a paint editor to be bigger.