Correction de l'arrière plan dans comment jouer.

This commit is contained in:
2024-11-13 20:41:55 +01:00
parent b3d49aea11
commit 6551875575
7 changed files with 51 additions and 30 deletions

View File

@@ -28,7 +28,7 @@ public class Main {
JFrame settingsFrame = new JFrame("Paramètres");
// Créer la fenêtre du tutoriel
JFrame howToPlayFrame = new JFrame("Tutoriel");
JFrame howToPlayFrame = new JFrame("Comment jouer ?");
// Menu principal
MusicPlayer.loadMusic(Musics.MAIN_MENU_MUSIC);