Added Barrel

You spin me right round, baby
Right round like a record, baby
Right round round round
This commit is contained in:
2015-09-17 12:34:58 +02:00
parent 34fe132efa
commit 3be4b2cab2
13 changed files with 113 additions and 22 deletions

View File

@@ -18,7 +18,8 @@ public class CannonGame extends AgdxGame {
setDebugFont(new BitmapFont(Gdx.files.internal("consolefont.fnt")));
settings.debugVisualMenu.set(false);
settings.debugMenuLayerTextInfos.set(false);
settings.debugMenuLayerTextInfos.set(true);
settings.debugGameLayerMenuTextInfos.set(false);
settings.debugEnabled.set(true);
}