Animated canvas size.

This commit is contained in:
Devine Lu Linvega
2018-01-08 20:53:54 +13:00
parent 345d623574
commit a90508dac9
7 changed files with 40 additions and 101 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ function Keyboard()
{
// zoom
if(e.key == "~" || e.keyCode == 192){
dotgrid.toggle_zoom();
dotgrid.interface.toggle_zoom();
e.preventDefault();
return;
}