try to draw 1000*1000 svg grig
This commit is contained in:
parent
5703818c3b
commit
df7c01f966
|
@ -42,8 +42,4 @@ function tron(bot1,bot2,xdcheck){
|
|||
request.open("POST", '/tron', true);
|
||||
request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
|
||||
request.send('act=initGame&bot1=' + bot1 + '&bot2=' + bot2 + '&xd_check=' + xd_check + '&fullLogs=' + document.getElementById("fullLogs").checked);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user