Changeset 121 for pycodeshooter/trunk
- Timestamp:
- 01/22/12 04:55:17 (14 years ago)
- File:
- 
          - 1 edited
 
 - 
          pycodeshooter/trunk/shooter/system.js (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        pycodeshooter/trunk/shooter/system.jsr120 r121 294 294 "#F33", 295 295 "#F33", 296 Math.floor(Math.random() * (System.screen.width / 2)),297 Math.floor(Math.random() * (System.screen.height / 7)),296 Math.floor(Math.random() * System.screen.width), 297 Math.floor(Math.random() * (System.screen.height / 4)), 298 298 System.screen.width, 299 299 System.screen.height, 
Note: See TracChangeset
          for help on using the changeset viewer.
      
