Update ShopGUI

small change.
This commit is contained in:
Vikramb987
2019-03-08 19:44:05 -07:00
committed by GitHub
parent 540605f0f1
commit 72708e53f2

View File

@@ -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);