Package com.frostedberry.onegameamonth.core.tick

Examples of com.frostedberry.onegameamonth.core.tick.Tick


         
          //Display.setDisplayConfiguration(1, -1f, 1);
         
          initBeforeGl();
         
          tick = new Tick();
          TextureLoader.setResObject(getResObject());
          AudioLoader.setResObject(getResObject());
         
          initGl();
          initAfterGl();
View Full Code Here

TOP

Related Classes of com.frostedberry.onegameamonth.core.tick.Tick

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.