mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Working on line tool
This commit is contained in:
4
js/tools/_line.js
Normal file
4
js/tools/_line.js
Normal file
@@ -0,0 +1,4 @@
|
||||
new Tool('line', {
|
||||
cursor: 'crosshair',
|
||||
brushPreview: true,
|
||||
});
|
||||
Reference in New Issue
Block a user