Skip to content

Commit

Permalink
removed setDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
The-AhmadAA committed Oct 16, 2023
1 parent 2fb70da commit 91801fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void addActors() {
table.add(scrapsTb).width(scrapsTb.getWidth() * 0.5f).height(scrapsTb.getHeight() * 0.5f);
table.row();
table.add(crystalsTb).width(crystalsTb.getWidth() * 0.5f).height(crystalsTb.getHeight() * 0.5f);
table.setDebug(true);
// table.setDebug(true);
stage.addActor(table);

scrapsTb.setPosition(table.getX() - 200, Gdx.graphics.getHeight() - 205);
Expand Down

0 comments on commit 91801fd

Please sign in to comment.