Package com.pointcliki.dizgruntled.GruntzResourceManager

Examples of com.pointcliki.dizgruntled.GruntzResourceManager.ToggleInfo.layer()


        }
       
        // Do sfx
        if (info.graphics("") != null && !fGiantRockBreaking) {
          int layer = i;
          if (info.layer() >= 0) layer = info.layer();
          sfx(layer, info.animation(fTilesets[i].area()), info.graphics(fTilesets[i].area()), info.sound(fTilesets[i].area()), xy);
        }
       
        break;
      }
View Full Code Here


        }
       
        // Do sfx
        if (info.graphics("") != null && !fGiantRockBreaking) {
          int layer = i;
          if (info.layer() >= 0) layer = info.layer();
          sfx(layer, info.animation(fTilesets[i].area()), info.graphics(fTilesets[i].area()), info.sound(fTilesets[i].area()), xy);
        }
       
        break;
      }
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.