Fixed up last of the bug fixes, this should be it up until the interactive demo

This commit is contained in:
2019-04-12 04:45:31 -06:00
parent f89c1aa209
commit 8222cdaecb
9 changed files with 95 additions and 70 deletions

View File

@@ -79,7 +79,7 @@ public class GameEndGUI extends Player {
borderPane.setCenter(vBox);
//Calculating the netWorth of the Player
GameEndLogic gameEndLogic = new GameEndLogic();
GameEndLogic gameEndLogic = new GameEndLogic(getPlayer());
netWorthInt = gameEndLogic.getNetWorth();
//Adding the labels to the character's stats to the VBox which will show up on the screen