Disable stage debug lines
This commit is contained in:
parent
03ed0a8d92
commit
5286c60eff
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Reference in a new issue