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 49dc199bb7b3fb74ef1962070992960f2b110326..72384e096a70c552a36dd8963dbf1195c25c71ae 100644 --- a/src/main/java/de/hdm_stuttgart/battlearena/Controller/MenuBorderPaneController.java +++ b/src/main/java/de/hdm_stuttgart/battlearena/Controller/MenuBorderPaneController.java @@ -30,9 +30,9 @@ public class MenuBorderPaneController implements Initializable { private MediaPlayer musicPlayer, mediaPlayer; private MediaView mediaView; private final String[] videoFiles = {"allMyFellas", "wooOOoo", "myMind", "dogCheese", "gta", "cat", "bobama", "roomba", "firework", "cheezburger", - "kangaroo", "lifeCouldBeMonke", "parkingTickets", "russianKid", "rejectHumanity", "horse", "catSitting", "pablo", "holyCrap", + "kangaroo", "lifeCouldBeMonke", "imNotYou", "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"}; + "pot", "mineCraftCat2", "bear", "pancake", "frog", "gtfo", "carl", "dog2", "slippery", "wolf", "legCat", "sad", "waaahhh"}; List<String> shuffledVideos = Arrays.asList(videoFiles); diff --git a/src/main/resources/videos/carl.mp4 b/src/main/resources/videos/carl.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..54685a745086afb498765ff1e681655871e0225e Binary files /dev/null and b/src/main/resources/videos/carl.mp4 differ diff --git a/src/main/resources/videos/catSitting.mp4 b/src/main/resources/videos/catSitting.mp4 index 2b172025f9091e07f6d0b7609d7bd0f5a65b8e22..be5ae85619580861cdde91884d74fc44541c127b 100644 Binary files a/src/main/resources/videos/catSitting.mp4 and b/src/main/resources/videos/catSitting.mp4 differ diff --git a/src/main/resources/videos/holyCrap.mp4 b/src/main/resources/videos/holyCrap.mp4 index 119f3c4531a70e52db386f14eadb28837722f2e0..1f294f38de16731b5f4f5261ebebd0b2356380f3 100644 Binary files a/src/main/resources/videos/holyCrap.mp4 and b/src/main/resources/videos/holyCrap.mp4 differ diff --git a/src/main/resources/videos/horse.mp4 b/src/main/resources/videos/horse.mp4 index b342ec5a0e63a7391451e47c08b209060486072c..c9b0cbe5d6b7f5e0d43345e26879225a922339fa 100644 Binary files a/src/main/resources/videos/horse.mp4 and b/src/main/resources/videos/horse.mp4 differ diff --git a/src/main/resources/videos/imNotYou.mp4 b/src/main/resources/videos/imNotYou.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..ade7b0800c3a53b242182a065022a91475ac367e Binary files /dev/null and b/src/main/resources/videos/imNotYou.mp4 differ diff --git a/src/main/resources/videos/minecraftCat2.mp4 b/src/main/resources/videos/minecraftCat2.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..c510f7f42abce6847dce87197d2cb2697e3882df Binary files /dev/null and b/src/main/resources/videos/minecraftCat2.mp4 differ diff --git a/src/main/resources/videos/sad.mp4 b/src/main/resources/videos/sad.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..fd3307de97c5c66f01f35f0274b58d87ced537b5 Binary files /dev/null and b/src/main/resources/videos/sad.mp4 differ diff --git a/src/main/resources/videos/waaahhh.mp4 b/src/main/resources/videos/waaahhh.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..1cba56386170639d4ad38f06caf09a5520d743de Binary files /dev/null and b/src/main/resources/videos/waaahhh.mp4 differ