Package ponkOut.Menu

Examples of ponkOut.Menu.MenuState


    Font.init();
    Skybox.init();

    goManager = new GraphicsObjectsManager();
    inputManager = InputManager.getInstance();
    currentState = new MenuState(this, null);
    currentState.init();

    fpsText = new HUDText("", 10.0f, 0.8f, 0.8f, 1.0f, 0.9f, new Vector2f(1.0f, 1.0f), showFPS, goManager);

    // use Gaussian function for weighting
View Full Code Here

TOP

Related Classes of ponkOut.Menu.MenuState

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.