mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #256 : update Move tool tooltip
This commit is contained in:
parent
6a2f7fb58d
commit
744709b15b
@ -10,6 +10,12 @@
|
||||
this.toolId = ns.Move.TOOL_ID;
|
||||
this.helpText = 'Move tool';
|
||||
|
||||
this.tooltipDescriptors = [
|
||||
{key : 'ctrl', description : 'Apply to all layers'},
|
||||
{key : 'shift', description : 'Apply to all frames'},
|
||||
{key : 'alt', description : 'Warp canvas borders'}
|
||||
];
|
||||
|
||||
// Stroke's first point coordinates (set in applyToolAt)
|
||||
this.startCol = null;
|
||||
this.startRow = null;
|
||||
|
Loading…
Reference in New Issue
Block a user