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/index.html

    r95 r97  
    2020            "name":         document.getElementById("name").value, 
    2121            "size":         parseInt(document.getElementById("size").value), 
     22            "hitsize":      parseInt(document.getElementById("hitsize").value), 
    2223            "speed":        parseInt(document.getElementById("speed").value), 
    2324            "hitpoint":     parseInt(document.getElementById("hitpoint").value), 
     
    114115                <br /> 
    115116                <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" /> 
    117119                <input type="hidden" value="5"  id="speed" /> 
    118120                <input type="hidden" value="7"  id="shotsize" /> 
Note: See TracChangeset for help on using the changeset viewer.