Revert "added resizing of the window"

This commit is contained in:
cantbesure1
2017-11-12 12:23:02 -08:00
committed by GitHub
parent f5aab24567
commit 6d47c7bca2
8 changed files with 49 additions and 115 deletions

View File

@@ -22,9 +22,4 @@ function Pos(x,y)
{
return Math.abs(pos2.x) == Math.abs(this.x) && Math.abs(pos2.y) == Math.abs(this.y);
}
this.scale = function(a)
{
return new Pos(this.x*a,this.y*a)
}
}