Changeset 97 for pycodeshooter/trunk/index.html
- Timestamp:
- 01/22/11 21:00:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodeshooter/trunk/index.html
r95 r97 20 20 "name": document.getElementById("name").value, 21 21 "size": parseInt(document.getElementById("size").value), 22 "hitsize": parseInt(document.getElementById("hitsize").value), 22 23 "speed": parseInt(document.getElementById("speed").value), 23 24 "hitpoint": parseInt(document.getElementById("hitpoint").value), … … 114 115 <br /> 115 116 <canvas id="screen" width="320" height="480"></canvas> 116 <input type="hidden" value="5" id="size" /> 117 <input type="hidden" value="7" id="size" /> 118 <input type="hidden" value="1" id="hitsize" /> 117 119 <input type="hidden" value="5" id="speed" /> 118 120 <input type="hidden" value="7" id="shotsize" />
Note: See TracChangeset
for help on using the changeset viewer.