Many UI changes, WIP main menu rework

This commit is contained in:
Anuken
2017-11-09 23:05:47 -05:00
parent f46cb8624d
commit 4a9fbf080e
27 changed files with 519 additions and 354 deletions

View File

@@ -48,11 +48,11 @@ public class Vars{
public static Player player;
public static String[] aboutText = {
"Made by [ROYAL]Anuken[] for the" + "\nGDL Metal Monstrosity jam.",
"Created by [ROYAL]Anuken.[]",
"Originally an entry in the [orange]GDL[] MM Jam.",
"",
"Sources used:",
"- [YELLOW]bfxr.com[] for sound effects",
"- [RED]freemusicarchive.org[] for music",
"Credits:",
"- SFX made with [YELLOW]bfxr.com[]",
"- Music made by [GREEN]RoccoW[]",
};
}