diff --git a/src/com/hotmail/kalebmarc/textfighter/main/Menu.java b/src/com/hotmail/kalebmarc/textfighter/main/Menu.java index f751be2a..5f4912b4 100644 --- a/src/com/hotmail/kalebmarc/textfighter/main/Menu.java +++ b/src/com/hotmail/kalebmarc/textfighter/main/Menu.java @@ -19,7 +19,7 @@ public static void load(){ Ui.println("| 1) Start Game |"); Ui.println("| 2) About Game |"); Ui.println("| 3) Exit |"); - Ui.println("| ==Kaleb Haslam== |"); + Ui.println("| www.TextFighter.tk |"); Ui.println("|___________________________________________|"); switch(Action.getValidInt()){ diff --git a/src/com/hotmail/kalebmarc/textfighter/main/Version.java b/src/com/hotmail/kalebmarc/textfighter/main/Version.java index b6e9dd26..29fa103c 100644 --- a/src/com/hotmail/kalebmarc/textfighter/main/Version.java +++ b/src/com/hotmail/kalebmarc/textfighter/main/Version.java @@ -3,7 +3,7 @@ class Version { private Version(){} - private static final String VERSION = "4.7DEV"; + private static final String VERSION = "4.7"; private static final String STAGE = "Alpha"; @@ -20,15 +20,22 @@ private Version(){} + "(Not compatible with previous saves)\n\n" + "New Stuff:\n" - + "-\n" - + "-\n" - + "-\n" - + "-\n" - + "-\n\n" + + "- Remove \"Not available\" in amour & weapon shop, and equip armour & equip weapon menu\n" + + "- nogui on by default\n" + + "- Potions\n" + + "- NPC's\n" + + "- Changed way to access cheat menu\n" + + "- Added more cheats\n" + + "- Loans\n" + + "- Better save file names\n" + + "- Usernames (Again...)\n" + + "- General optimizations\n" + + "- Auto Save\n\n" + "Bug Fixes:\n" - + "-\n" - + " "; + + "- Remove crafting from help menu\n" + + "- Fixed not showing option 1 in Body Armour menu\n" + + "- Fixed showing no armour is equipped when starting new game"; public static String get(){ return VERSION;