Maksims Stogovs 2026-01-28 12:15:11 +02:00
parent e3e2d18752
commit 12cefc0bc1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ screen = pygame.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT))
running = True
surf = pygame.Surface((50, 50))
surf.fill((0, 255, 0))
surf.fill((200, 255, 0))
# rect = surf.get_rect()
screen.blit(surf, (20, 20))
pygame.display.flip()