Browse Source

Added some more tracks

Just to be safe.
nosoop 8 years ago
parent
commit
d9dd2e7f6f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      scripting/round_end_music_sample_provider.sp

+ 4 - 1
scripting/round_end_music_sample_provider.sp

@@ -9,7 +9,7 @@
 #pragma newdecls required
 #include <round_end_music>
 
-#define PLUGIN_VERSION "0.1.1"
+#define PLUGIN_VERSION "0.1.2"
 public Plugin myinfo = {
     name = "Round End Music: Sample Source and Handler",
     author = "nosoop",
@@ -25,6 +25,9 @@ char SONGS[][][] = {
 	{ "Back to the Future", "The Outatime Orchestra", "nomnomnomsongs/bttf.mp3" },
 	{ "Blinded by Light", "Final Fantasy 13", "nomnomnomsongs/blindedbylight.mp3" },
 	{ "Yatta!", "Green Leaves", "nomnomnomsongs/yatta.mp3" },
+	{ "Hydroponics Lab", "Escape From Puppy Death Factory", "nomnomnomsongs/pikapoo/puppydeathfactory.mp3" },
+	{ "Theme", "Jackie Chan Adventures", "nomnomnomsongs/jchana.mp3" },
+	{ "Throwback Galaxy", "Super Mario Galaxy 2", "nomnomnomsongs/throwback.mp3" },
 };
 
 public void HardcodedArrayMusicSource() {