Improved shortcuts and drag/drop

This commit is contained in:
Devine Lu Linvega
2017-11-14 07:52:53 +13:00
parent 66a34a6814
commit 16ddcfb27a
7 changed files with 50 additions and 28 deletions

View File

@@ -29,7 +29,7 @@ function Guide()
this.clear = function()
{
this.widgets.getContext('2d').clearRect(0, 0, 600, 600);
this.widgets.getContext('2d').clearRect(0, 0, 1280, 1280);
}
this.update = function()