Changeset 110 for pycodeshooter/trunk/shooter
- Timestamp:
- 01/18/12 14:04:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodeshooter/trunk/shooter/system.js
r109 r110 195 195 } 196 196 197 function numEnemies() { 198 return System.enemies.length; 199 } 200 197 201 function addEnemyImage(image) { 198 202 System.enemyImages.push(image); … … 256 260 System.screen.width, 257 261 System.screen.height, 258 enemyData.hitpoint,262 Math.floor(enemyData.hitpoint / 75) + 1, 259 263 Math.log(enemyData.agility + 0.1) * 3, 260 264 0,
Note: See TracChangeset
for help on using the changeset viewer.