Examples of TouchComponent


Examples of com.sertaogames.cactus2d.components.TouchComponent

      nextState = GameState.PLAYING;
      maxTime = 90;
      currentTime = maxTime;
      msg = "Reorganize\nos objetos.\nVoce tem\n" + (int)maxTime + " segundos.";
      for (GameObject objeto : objetos) {
        objeto.AddComponent(new TouchComponent(new Vector2(100, 100)));
        verifyOriginalLocation.add(objeto.getComponent(MyHomeComponent.class));
      }
    }
  }
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.