Fixed finish screen and cleaned up dead code

This commit is contained in:
Kusal Ekanayake
2017-09-28 15:08:34 +13:00
parent 02aabc3162
commit 21ce34dda2
7 changed files with 18 additions and 233 deletions
@@ -79,7 +79,7 @@ public class ViewManager {
decorator.applyCss();
decorator.getStylesheets()
.add(getClass().getResource("/css/Master.css").toExternalForm());
gameClient = new GameClient(decorator);
gameClient = new GameClient();
setDecorator(decorator);
stage.getIcons().add(new Image(getClass().getResourceAsStream("/PP.png")));