Downloads containing ab17btl05.J2AS

Downloads
Name Author Game Mode Rating
JJ2+ Only: SNXUSFeatured Download snzspeed Battle 9.1 Download file
TSF with JJ2+ Only: Anniversary Bash 17 Levels Jazz2Online Multiple N/A Download file

File preview

  1.  
  2. void onLevelLoad() {
  3.         jjObjectPresets[OBJECT::FLICKERLIGHT].behavior = torch;
  4.         jjWeapons[WEAPON::GUN8].comesFromGunCrates = true;
  5.         jjWeapons[WEAPON::GUN9].comesFromGunCrates = true;
  6. }
  7.  
  8. void torch(jjOBJ@ obj) {
  9.         jjDrawSprite(obj.xPos+3, obj.yPos-11, ANIM::AMMO, 13, jjGameTicks / 10 % 6);
  10. }