Package com.sertaogames.terremoto.component

Examples of com.sertaogames.terremoto.component.ToggleButtonComponent


    go = new GameObject("sound");
    tmp = TextureRegion.split(bt, 128, 128);
    go.AddComponent(new ButtonComponent(tmp[1][4],tmp[1][5]));
    go.AddComponent(new SpriteRendererComponent(null));
    go.AddComponent(new ToggleButtonComponent(tmp[1][2],tmp[1][3], tmp[1][4],tmp[1][5]));
    addGameObject(go);
   
    Cactus2DApplication.jukeBox.play(0);
  }
View Full Code Here

TOP

Related Classes of com.sertaogames.terremoto.component.ToggleButtonComponent

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.