Ignore:
Timestamp:
01/12/11 18:39:31 (13 years ago)
Author:
atzm
Message:

bomb support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycodeshooter/trunk/index.html

    r84 r92  
    2525            "shotinterval": parseInt(document.getElementById("shotinterval").value), 
    2626            "shotspeed":    parseInt(document.getElementById("shotspeed").value), 
    27             "shotlevel":    parseInt(document.getElementById("shotlevel").value) 
     27            "shotlevel":    parseInt(document.getElementById("shotlevel").value), 
     28            "numbombs":     parseInt(document.getElementById("numbombs").value) 
    2829        }; 
    2930 
     
    110111                耐习
    111112性: <input type="text" value="15" size="3" id="hitpoint" /> 
     113                ボム数: <input type="text" value="2" size="3" id="numbombs" /> 
    112114                <br /> 
    113115                <canvas id="screen" width="320" height="480"></canvas> 
     
    138140          <dt>■ ショット:</dt> 
    139141          <dd>z</dd> 
     142          <dt>■ ボム:</dt> 
     143          <dd>a</dd> 
    140144          <dt>■ 移動速床遠
    141145延:</dt> 
Note: See TracChangeset for help on using the changeset viewer.