Nov-28-2019, 05:59 PM
How do I fill the screen a certain color? I followed an example off of GitHub, but for some reason it is not doing anything. Any advice?
I am not getting an error, so I do not know why the screen stays white.
1 2 3 |
import pygame (pygame.surface.Surface(( 800 , 600 )).fill(( 0 , 255 , 0 ))) |