pixel-editor/js/tools/_select.js

14 lines
153 B
JavaScript

new Tool('rectselect', {
cursor: 'crosshair',
brushPreview: true,
});
new Tool('moveselection', {
cursor: 'crosshair',
});
/*global Tool, tool*/