mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Enhancement : Rename layers
- added rename icon in layers list - mutualized CSS for edit icon between palette manager and layers list - new CSS file icons.css for actions/links/buttons using icons - layers are no longer retrieved by name, but by index
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
return this.name;
|
||||
};
|
||||
|
||||
ns.Layer.prototype.setName = function (name) {
|
||||
this.name = name;
|
||||
};
|
||||
|
||||
ns.Layer.prototype.getFrames = function () {
|
||||
return this.frames;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user