Package org.mt4j.components.visibleComponents.widgets

Examples of org.mt4j.components.visibleComponents.widgets.MTSceneMenu


          }else{
            //No FBO available -> change to the new scene fullscreen directly
           
            float menuWidth = 64;
            float menuHeight = 64;
            MTSceneMenu sceneMenu =
            //new MTSceneMenu(this, app.width-menuWidth/2f, 0-menuHeight/2f, menuWidth, menuHeight, app);
            new MTSceneMenu(scene, app.width-menuWidth, app.height-menuHeight, menuWidth, menuHeight, app);
            sceneMenu.addToScene();
           
            app.addScene(scene);
            app.pushScene();
            app.changeScene(scene);
          }
View Full Code Here

TOP

Related Classes of org.mt4j.components.visibleComponents.widgets.MTSceneMenu

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.