mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Finished canvas resizing
This commit is contained in:
parent
f5c4b68125
commit
5974420f93
@ -1,6 +1,6 @@
|
||||
//init variables
|
||||
var canvasSize;
|
||||
var zoom = 3;
|
||||
var zoom = 7;
|
||||
var dragging = false;
|
||||
var lastMouseClickPos = [0,0];
|
||||
var dialogueOpen = false;
|
||||
|
Loading…
Reference in New Issue
Block a user