Skip to content

Commit c3fafab

Browse files
committed
Final Pygame
1 parent 6a592a5 commit c3fafab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Prueba-Pygame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Crear la ventana del juego
1616
window = pygame.display.set_mode((WIDTH, HEIGHT))
17-
pygame.display.set_caption("Juego con Enemigos")
17+
pygame.display.set_caption("Defenders of the Realm")
1818

1919
# Reloj para controlar la velocidad de actualización
2020
clock = pygame.time.Clock()

0 commit comments

Comments
 (0)