mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
a77168986a
Added 2 new icons : - Animated Preview Panel : toggle onion skin - Layers Toolbox : toggle layer preview Added an icon font generated with icomoon. SVGs for both icons have been made under Inkscape and are kept under misc/svg. All reference SVGs have been moved to misc/svg. Added 2 keyboard shortcuts for toggling onion skin / layer preview : - alt L : toggle layer preview - alt O : toggle onion skin
24 lines
703 B
JavaScript
24 lines
703 B
JavaScript
// This list is used both by the grunt build and index.html (in debug mode)
|
|
|
|
(typeof exports != "undefined" ? exports : pskl_exports).styles = [
|
|
"css/reset.css",
|
|
"css/style.css",
|
|
"css/font-icon.css",
|
|
"css/forms.css",
|
|
"css/settings.css",
|
|
"css/tools.css",
|
|
"css/icons.css",
|
|
"css/cheatsheet.css",
|
|
"css/dialogs.css",
|
|
"css/dialogs-manage-palettes.css",
|
|
"css/toolbox.css",
|
|
"css/toolbox-layers-list.css",
|
|
"css/toolbox-palettes-list.css",
|
|
"css/toolbox-animated-preview.css",
|
|
"css/spectrum/spectrum.css",
|
|
"css/spectrum/spectrum-overrides.css",
|
|
"css/bootstrap/bootstrap.css",
|
|
"css/bootstrap/bootstrap-tooltip-custom.css",
|
|
"css/preview-film-section.css",
|
|
"css/minimap.css"
|
|
]; |