triangle pygame
pg.draw.polygone(surface=window, color=(255,0,0), points=[(50,100), (100,50), (150,100)])
Selfish Stoat
pg.draw.polygone(surface=window, color=(255,0,0), points=[(50,100), (100,50), (150,100)])