Added shapes

This commit is contained in:
Devine Lu Linvega
2017-01-04 10:48:08 -07:00
parent 867bd68389
commit 7e098564ce
4 changed files with 72 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ function Keyboard()
case 81 : dotgrid.reset(); break;
case 87 : dotgrid.erase(); break;
case 80 : dotgrid.export(); break;
case 90 : dotgrid.draw_dot(); break;
case 88 : dotgrid.draw_circle(); break;
}
}
}