Changeset 113
- Timestamp:
- 01/20/12 01:49:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodeshooter/trunk/shooter/trooper.js
r112 r113 144 144 this.bullets[i].next(); 145 145 146 if (this.bullets[i].vanished( ))146 if (this.bullets[i].vanished(this.w, this.h)) 147 147 delIdx.push(i); 148 148 }
Note: See TracChangeset
for help on using the changeset viewer.