Package transientlibs.preui.agents.misc

Examples of transientlibs.preui.agents.misc.StoryAgent


    @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);
    }
View Full Code Here

TOP

Related Classes of transientlibs.preui.agents.misc.StoryAgent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.