diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index fefce1d37b..b5f775ae51 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -1,4 +1,4 @@ -text.about=Created by [ROYAL]Anuken[] - [SKY]anukendev@gmail.com[]\nOriginally an entry in the [orange]GDL[] Metal Monstrosity Jam.\n\nCredits:\n- SFX made with [YELLOW]bfxr[]\n- Music made by [GREEN]RoccoW[] / found on [lime]FreeMusicArchive.org[]\n\nSpecial thanks to:\n- [coral]MitchellFJN[]: extensive playtesting and feedback\n- [sky]Luxray5474[]: wiki work, code contributions\n- [lime]Epowerj[]: code build system, icon\n- All the beta testers on itch.io and Google Play\n +text.about=Created by [ROYAL]Anuken[] - [SKY]anukendev@gmail.com[]\nOriginally an entry in the [orange]GDL[] Metal Monstrosity Jam.\n\nCredits:\n- SFX made with [YELLOW]bfxr[]\n- Music made by [GREEN]a drop a day[]\n\nSpecial thanks to:\n- [coral]MitchellFJN[]: extensive playtesting and feedback\n- [sky]Luxray5474[]: wiki work, code contributions\n- [lime]Epowerj[]: code build system, icon\n- All the beta testers on itch.io and Google Play\n text.credits=Credits text.discord=Join the mindustry discord! text.changes=[SCARLET]Attention!\n[]Some important game mechanics have been changed.\n\n- [accent]Teleporters[] now use power.\n- [accent]Smelteries[] and [accent]crucibles[] now have a maximum item capacity.\n- [accent]Crucibles[] now require coal as fuel. diff --git a/core/assets/music/1.mp3 b/core/assets/music/1.mp3 index 642338935e..cdbb366b48 100644 Binary files a/core/assets/music/1.mp3 and b/core/assets/music/1.mp3 differ diff --git a/core/assets/music/2.mp3 b/core/assets/music/2.mp3 index 8a40164ad5..cab7d699eb 100644 Binary files a/core/assets/music/2.mp3 and b/core/assets/music/2.mp3 differ diff --git a/core/assets/music/3.mp3 b/core/assets/music/3.mp3 index 1586984c2d..f03d72bbcc 100644 Binary files a/core/assets/music/3.mp3 and b/core/assets/music/3.mp3 differ diff --git a/core/assets/music/4.mp3 b/core/assets/music/4.mp3 index 8f1998b9c8..48c4ff24fc 100644 Binary files a/core/assets/music/4.mp3 and b/core/assets/music/4.mp3 differ diff --git a/core/assets/music/5.mp3 b/core/assets/music/5.mp3 new file mode 100644 index 0000000000..65a5034fbf Binary files /dev/null and b/core/assets/music/5.mp3 differ diff --git a/core/assets/music/6.mp3 b/core/assets/music/6.mp3 new file mode 100644 index 0000000000..88f04f33a8 Binary files /dev/null and b/core/assets/music/6.mp3 differ diff --git a/core/src/io/anuke/mindustry/core/Control.java b/core/src/io/anuke/mindustry/core/Control.java index 2a3915dde0..a41d93b3b1 100644 --- a/core/src/io/anuke/mindustry/core/Control.java +++ b/core/src/io/anuke/mindustry/core/Control.java @@ -102,7 +102,7 @@ public class Control extends Module{ Sounds.setFalloff(9000f); - Musics.load("1.mp3", "2.mp3", "3.mp3", "4.mp3"); + Musics.load("1.mp3", "2.mp3", "3.mp3", "4.mp3", "5.mp3", "6.mp3"); DefaultKeybinds.load();