Changeset 120


Ignore:
Timestamp:
01/22/12 04:44:47 (12 years ago)
Author:
atzm
Message:

change enemy initial position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycodeshooter/trunk/shooter/system.js

    r119 r120  
    294294        "#F33", 
    295295        "#F33", 
    296         System.screen.width / 2, 
    297         System.screen.height / 7, 
     296        Math.floor(Math.random() * (System.screen.width / 2)), 
     297        Math.floor(Math.random() * (System.screen.height / 7)), 
    298298        System.screen.width, 
    299299        System.screen.height, 
Note: See TracChangeset for help on using the changeset viewer.