Skip to content

Commit

Permalink
Java Doc Added
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityayadav17 committed Oct 2, 2023
1 parent 9f11505 commit 9c43232
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void changed(ChangeEvent changeEvent, Actor actor) {
float padTopStartBtn = 260f / originalScreenHeight * Gdx.graphics.getHeight();
float padTopOtherBtns = 15f / originalScreenHeight * Gdx.graphics.getHeight();


table.add(title);
table1.row();
table1.add(startBtn).padTop(padTopStartBtn);
Expand Down

0 comments on commit 9c43232

Please sign in to comment.