We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a592a5 commit c3fafabCopy full SHA for c3fafab
Prueba-Pygame.py
@@ -14,7 +14,7 @@
14
15
# Crear la ventana del juego
16
window = pygame.display.set_mode((WIDTH, HEIGHT))
17
-pygame.display.set_caption("Juego con Enemigos")
+pygame.display.set_caption("Defenders of the Realm")
18
19
# Reloj para controlar la velocidad de actualización
20
clock = pygame.time.Clock()
0 commit comments