Changeset 121 for pycodeshooter


Ignore:
Timestamp:
01/22/12 04:55:17 (12 years ago)
Author:
atzm
Message:

fixed enemy initial position

File:
1 edited

Legend:

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

    r120 r121  
    294294        "#F33", 
    295295        "#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)), 
    298298        System.screen.width, 
    299299        System.screen.height, 
Note: See TracChangeset for help on using the changeset viewer.