Ignore:
Timestamp:
01/22/11 21:00:02 (13 years ago)
Author:
atzm
Message:

modified atari hantei

File:
1 edited

Legend:

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

    r96 r97  
    287287        new ActionList([new ManualAction(new ManualShot())]), 
    288288        playerData.size, 
     289        playerData.hitsize, 
    289290        "#33F", 
     291        "#F33", 
    290292        System.screen.width / 2, 
    291293        System.screen.height - System.screen.height / 7, 
     
    369371        new actList(acts), 
    370372        Math.ceil(50 * (1 / bossData.defense)), 
     373        Math.ceil(50 * (1 / bossData.defense)), 
     374        "#F33", 
    371375        "#F33", 
    372376        System.screen.width / 2, 
Note: See TracChangeset for help on using the changeset viewer.