mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Basic export - opening new window with concatenated spritesheet in PNG format
This commit is contained in:
@@ -22,11 +22,15 @@
|
||||
background-image: url(../img/actions/save.png);
|
||||
}
|
||||
|
||||
.tool-icon.tool-export {
|
||||
background-image: url(../img/actions/image-export.png);
|
||||
background-position: 6px 3px;
|
||||
}
|
||||
|
||||
.tool-icon.tool-add-frame {
|
||||
background-image: url(../img/actions/add.png);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Tool icons:
|
||||
*/
|
||||
|
Reference in New Issue
Block a user