“Pygame Draw Rect Syntax” Código de respuesta

Pygame Draw Rect Syntax

pygame.draw.rect(SURFACE, RGB_COLOR, (X, Y, WIDTH, HEIGHT))
grimmigerFuchs

pygame.draw.rect ()

gameDisplay = pygame.display.set_mode((width,height))
bright_blue =(0,255,255)

# draw rectangle 
pygame.draw.rect(gameDisplay, bright_blue ,(611,473,100,50))
Bright Badger

Respuestas similares a “Pygame Draw Rect Syntax”

Preguntas similares a “Pygame Draw Rect Syntax”

Más respuestas relacionadas con “Pygame Draw Rect Syntax” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código