Blog raw files

This commit is contained in:
bendtherules
2014-04-04 16:56:53 -07:00
commit c6aca3f17d
30 changed files with 1553 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
window.onload=function(){
var canvas = document.getElementById("canvas");
ctx = canvas.getContext("2d");
cW = canvas.width;
cH = canvas.height;
}