Changeset 91
- Timestamp:
- 01/10/11 00:03:57 (15 years ago)
- File:
- 
          - 1 edited
 
 - 
          pycodeshooter/trunk/shooter/barrage.js (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        pycodeshooter/trunk/shooter/barrage.jsr81 r91 138 138 this.curAngle += this.delta; 139 139 140 if (--this.remain < 0) {140 if (--this.remain <= 0) { 141 141 return this.reset(); 142 142 } 
Note: See TracChangeset
          for help on using the changeset viewer.
      
