begining of AI togglr button
This commit is contained in:
parent
1236ee4744
commit
4f0283f48b
@ -85,6 +85,12 @@
|
||||
<br>
|
||||
|
||||
<button onmousedown="updateTheme();" id='theme-up'>Update</button>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<button onmousedown="aiswitch();" id='ai'>AI: On</button>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -189,4 +189,9 @@ function resetPredict()
|
||||
catch{}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function aiswitch()
|
||||
{
|
||||
dopredict = !dopredict;
|
||||
}
|
@ -74,6 +74,12 @@ button:hover
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
#ai
|
||||
{
|
||||
height: 50px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.win
|
||||
{
|
||||
border-radius: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user