pade progress on analysis for creative and main stages

This commit is contained in:
2017-05-25 11:59:14 -05:00
parent 7e2839eb55
commit f8c326d8e4
5 changed files with 19 additions and 10 deletions

View File

@@ -92,6 +92,7 @@ public class PreGameScreen extends ScreenAdapter implements TransitionAdapter, M
ap = new AnalyzePage(core.getDefaultSkin(), core.getAssetManager());
ap.getAudioAnalyzer().sender.addListener(this);
ap.miniSender.addListener(this);
ap.setPosition(Gdx.graphics.getWidth(), ap.getY());
stage.addActor(ap);
return this;