pixel-editor/js/tools/_select.js

13 lines
132 B
JavaScript

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