diff --git a/src/main/java/de/hdm_stuttgart/battlearena/Controller/MenuBorderPaneController.java b/src/main/java/de/hdm_stuttgart/battlearena/Controller/MenuBorderPaneController.java
index 4ad05ff354db90787e71646921746a0411f11565..b940b712f4ee5d910448161dfb84c26c1c13975e 100644
--- a/src/main/java/de/hdm_stuttgart/battlearena/Controller/MenuBorderPaneController.java
+++ b/src/main/java/de/hdm_stuttgart/battlearena/Controller/MenuBorderPaneController.java
@@ -29,8 +29,10 @@ public class MenuBorderPaneController implements Initializable {
     private final SceneLoader sceneLoader = new SceneLoader();
     private MediaPlayer musicPlayer, mediaPlayer;
     private MediaView mediaView;
-    private final String[] videoFiles = {"allMyFellas", "wooOOoo", "dogCheese", "gta", "cat", "bobama", "roomba", "firework", "cheezburger", "kangaroo", "lifeCouldBeMonke", "parkingTickets", "russianKid", "rejectHumanity", "horse",
-            "catSitting", "pablo", "holyCrap", "lessGoo", "sadCat", "basketball", "msPuff", "=D", "banana", "async", "sadHorse", "minecraftCat", "muecke", "top10Cats", "dog", "bear", "frog", "gtfo", "dog2", "slippery", "legCat"};
+    private final String[] videoFiles = {"allMyFellas", "wooOOoo", "myMind", "dogCheese", "gta", "cat", "bobama", "roomba", "firework", "cheezburger",
+            "kangaroo", "lifeCouldBeMonke", "parkingTickets", "russianKid", "rejectHumanity", "horse", "catSitting", "pablo", "holyCrap",
+            "lessGoo", "sadCat", "basketball", "msPuff", "=D", "banana", "chaCha", "async", "sadHorse", "minecraftCat", "muecke", "top10Cats", "dog",
+            "pot", "bear", "pancake", "frog", "gtfo", "dog2", "slippery", "wolf", "legCat"};
 
     Rectangle2D screen = Screen.getPrimary().getVisualBounds();
     Screen windows = Screen.getPrimary();
@@ -43,7 +45,7 @@ public class MenuBorderPaneController implements Initializable {
         imgRight.setPreserveRatio(true);
         imgLeft.setFitWidth(imageWidth);
         imgLeft.setPreserveRatio(true);
-//        backgroundMusic("cocBackgroundMusicTest.mp3");
+        backgroundMusic("cocBackgroundMusicTest.mp3");
         easterEgg();
         System.out.println(windows.getDpi());
     }
diff --git a/src/main/resources/videos/chaCha.mp4 b/src/main/resources/videos/chaCha.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..4557a204bace6e377f812860ca794cf57dba63ad
Binary files /dev/null and b/src/main/resources/videos/chaCha.mp4 differ
diff --git a/src/main/resources/videos/myMind.mp4 b/src/main/resources/videos/myMind.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..e4616242924e020b3f536320e51a434aad0cdc69
Binary files /dev/null and b/src/main/resources/videos/myMind.mp4 differ
diff --git a/src/main/resources/videos/pancake.mp4 b/src/main/resources/videos/pancake.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..5bda0b20ea3bd71adbfa4d47ed90dfaf88dad5e1
Binary files /dev/null and b/src/main/resources/videos/pancake.mp4 differ
diff --git a/src/main/resources/videos/pot.mp4 b/src/main/resources/videos/pot.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..1aa9d7a0ce192a769e5096bcaf549234778a84c5
Binary files /dev/null and b/src/main/resources/videos/pot.mp4 differ
diff --git a/src/main/resources/videos/wolf.mp4 b/src/main/resources/videos/wolf.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..353523836c06ad5601edb60be81a99ebc644675e
Binary files /dev/null and b/src/main/resources/videos/wolf.mp4 differ