Examples of SFX


Examples of com.pointcliki.dizgruntled.utils.SFX

  public void markStatefulTile(GridCoordinate fTile) {
    // TODO Mark tile as stateful
  }
 
  public void sfx(int layer, String animation, String graphics, String sound, GridCoordinate xy) {
    SFX s = new SFX(animation, graphics, sound, xy);
    fDispatcher.sfx(s, layer, xy);
  }
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.