Skip to content

Commit

Permalink
fixed floating integer in the middle of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv-0831 committed Oct 16, 2023
1 parent 4ee5de7 commit 57739fe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ public void clicked(InputEvent event, float x, float y) {
towerTable.add(tower3).padRight(10f);
towerTable.add(tower4).padRight(10f);
towerTable.add(tower5).padRight(10f);
towerTable.stack(new Label(String.format("%s", towers.get(0).getPrice()), getSkin()));
towerTable.row();
towerTable.add("1", "small");
towerTable.add("2", "small");
Expand Down

0 comments on commit 57739fe

Please sign in to comment.