Skip to content
Snippets Groups Projects
Commit ec06f67e authored by Magnus Segtnan Skjølberg's avatar Magnus Segtnan Skjølberg
Browse files

(#18): remove hud debug

parent 1f1f4642
No related branches found
No related tags found
3 merge requests!51Resolve "Adjust cannon angle from touch input",!35Draft: Resolve "Adjust cannon angle from touch input",!32Combine hud with gameplay
Pipeline #214207 failed
......@@ -46,7 +46,7 @@ public class GameHud {
table = new Table();
table.setFillParent(true);
table.setDebug(true);
table.setDebug(false);
stage.addActor(table);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment