1
Fork 0

Disable stage debug lines

This commit is contained in:
Joshua Goins 2022-05-02 20:12:15 -04:00
parent 03ed0a8d92
commit 5286c60eff

View file

@ -89,8 +89,6 @@ public class GameScreen implements Screen {
table.setFillParent(true); table.setFillParent(true);
stage.addActor(table); stage.addActor(table);
table.setDebug(true); // This is optional, but enables debug lines for tables.
TextButton.TextButtonStyle style = new TextButton.TextButtonStyle(); TextButton.TextButtonStyle style = new TextButton.TextButtonStyle();
//style.up = new TextureRegionDrawable(upRegion); //style.up = new TextureRegionDrawable(upRegion);
//style.down = new TextureRegionDrawable(downRegion); //style.down = new TextureRegionDrawable(downRegion);