Package de.christopherstock.lib.ui

Examples of de.christopherstock.lib.ui.LibFPS


            ShooterDebug.init.out( "initUi 8" );

            //init hud
            MainStatePreloader.getSingleton().increase( "Initing HUD and sound" );
            Shooter.mainThread.iHUD = new HUD();
            Shooter.mainThread.iFPS = new LibFPS( Fonts.EFps, ShooterSettings.Colors.EFpsFg.colABGR, ShooterSettings.Colors.EFpsOutline.colABGR, ShooterDebug.glImage );

            //init HUD fx
            HUDFx.init();

            //init sounds and bg sounds
View Full Code Here

TOP

Related Classes of de.christopherstock.lib.ui.LibFPS

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.