Changeset 91
- Timestamp:
- 01/10/11 00:03:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodeshooter/trunk/shooter/barrage.js
r81 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.