Examples of LibFPS


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
Copyright © 2018 www.massapi.com. 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.