Package dwlab.core

Examples of dwlab.core.test


  public void start() {
    HtmlPlatform.Config config = new HtmlPlatform.Config();
    // use config to customize the HTML platform, if needed
    HtmlPlatform platform = HtmlPlatform.register(config);
    platform.assets().setPathPrefix("dwlab/");
    PlayN.run(new test());
  }
View Full Code Here


public class testActivity extends GameActivity {

  @Override
  public void main(){
    PlayN.run(new test());
  }
View Full Code Here

TOP

Related Classes of dwlab.core.test

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.