Changeset 92 for pycodeshooter/trunk/index.html
- Timestamp:
- 01/12/11 18:39:31 (15 years ago)
- File:
- 
          - 1 edited
 
 - 
          pycodeshooter/trunk/index.html (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        pycodeshooter/trunk/index.htmlr84 r92 25 25 "shotinterval": parseInt(document.getElementById("shotinterval").value), 26 26 "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) 28 29 }; 29 30 … … 110 111 èä¹ 111 112 æ§: <input type="text" value="15" size="3" id="hitpoint" /> 113 ãã æ°: <input type="text" value="2" size="3" id="numbombs" /> 112 114 <br /> 113 115 <canvas id="screen" width="320" height="480"></canvas> … … 138 140 <dt>â ã·ã§ãã:</dt> 139 141 <dd>z</dd> 142 <dt>â ãã :</dt> 143 <dd>a</dd> 140 144 <dt>â ç§»åé床é 141 145 å»¶:</dt> 
Note: See TracChangeset
          for help on using the changeset viewer.
      
