Skip to content

Commit

Permalink
Finalized Alpha 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaslam11 committed May 5, 2016
1 parent 74f1843 commit 2e25570
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/com/hotmail/kalebmarc/textfighter/main/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -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()){
Expand Down
23 changes: 15 additions & 8 deletions src/com/hotmail/kalebmarc/textfighter/main/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand All @@ -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;
Expand Down

0 comments on commit 2e25570

Please sign in to comment.