From 72708e53f25da80214a49a61bf6043d7fbce4921 Mon Sep 17 00:00:00 2001 From: Vikramb987 <47336882+Vikramb987@users.noreply.github.com> Date: Fri, 8 Mar 2019 19:44:05 -0700 Subject: [PATCH] Update ShopGUI small change. --- src/ShopGUI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShopGUI b/src/ShopGUI index 9f91be3..bdb72f9 100644 --- a/src/ShopGUI +++ b/src/ShopGUI @@ -162,7 +162,7 @@ public class ShopGUI extends Application { Label label6 = new Label(); label6.setPrefHeight(108.0); label6.setPrefWidth(212.0); - label6.setText(String.format("Guns %d", player.getGuns())); + label6.setText(String.format("Guns %d\n\n\n\n ", player.getGuns())); label6.setAlignment(Pos.CENTER_LEFT); label6.setFont(size14);