@Override
public void init() {
super.init(); //To change body of generated methods, choose Tools | Templates.
story = new StoryAgent(this, "storyoverlay");
Detonator.INSTANCE.storyOverlay = story;
this.drawAgent = new GDXGenericStateDrawAgent(this);
}