Finished game saves

This commit is contained in:
2019-03-23 18:13:07 -06:00
parent e6e1f02ea9
commit 9d113a656f
5 changed files with 49 additions and 25 deletions

View File

@@ -289,6 +289,9 @@ public class TaipanShopGUI extends Player{
* @param stage
*/
public void initializeShop(Stage stage) {
FileSaving saving = new FileSaving();
saving.saveFile(getPlayer());
Font size14 = new Font(14.0);
Rectangle dialogueRectangle = new Rectangle();
dialogueRectangle.setFill(javafx.scene.paint.Color.WHITE);