Package com.pointcliki.dizgruntled.utils

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

Related Classes of com.pointcliki.dizgruntled.utils.SFX

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.