diff --git a/src/juego.wpgm b/src/juego.wpgm index 87b81f5..da13275 100644 --- a/src/juego.wpgm +++ b/src/juego.wpgm @@ -11,7 +11,7 @@ program juego { game.width(30) game.height(18) - nivel1.iniciar() + menu.iniciar() game.start()