mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Finished Line Tool
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
new Tool('line', {
|
||||
cursor: 'crosshair',
|
||||
cursor: 'crosshair',
|
||||
brushPreview: true,
|
||||
});
|
||||
|
||||
new Tool('resizeline', {
|
||||
cursor: 'default',
|
||||
});
|
Reference in New Issue
Block a user