mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Removed crosshair
This commit is contained in:
parent
f37a85cf55
commit
aea3942349
@ -1,5 +1,5 @@
|
||||
new Tool('eraser', {
|
||||
cursor: 'crosshair',
|
||||
cursor: 'none',
|
||||
brushPreview: true,
|
||||
});
|
||||
new Tool('resizeeraser', {
|
||||
@ -15,7 +15,7 @@ new Tool('fill', {
|
||||
});
|
||||
|
||||
new Tool('line', {
|
||||
cursor: 'crosshair',
|
||||
cursor: 'none',
|
||||
brushPreview: true,
|
||||
});
|
||||
new Tool('resizeline', {
|
||||
@ -30,7 +30,7 @@ new Tool('pan', {
|
||||
});
|
||||
|
||||
new Tool('pencil', {
|
||||
cursor: 'crosshair',
|
||||
cursor: 'none',
|
||||
brushPreview: true,
|
||||
});
|
||||
new Tool('resizebrush', {
|
||||
@ -38,11 +38,11 @@ new Tool('resizebrush', {
|
||||
});
|
||||
|
||||
new Tool('rectangle', {
|
||||
cursor: 'crosshair',
|
||||
cursor: 'none',
|
||||
brushPreview: true,
|
||||
});
|
||||
new Tool('ellipse', {
|
||||
cursor: 'crosshair',
|
||||
cursor: 'none',
|
||||
brushPreview: true,
|
||||
});
|
||||
new Tool('resizerectangle', {
|
||||
|
Loading…
Reference in New Issue
Block a user