mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Compare commits
3 Commits
releasev0.
...
add-catch-
Author | SHA1 | Date | |
---|---|---|---|
a69b44eaec | |||
3e779a651f | |||
ab9bbce1ed |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "piskel",
|
"name": "piskel",
|
||||||
"version": "0.13.0",
|
"version": "0.12.1",
|
||||||
"description": "Pixel art editor",
|
"description": "Pixel art editor",
|
||||||
"author": "Julian Descottes <julian.descottes@gmail.com>",
|
"author": "Julian Descottes <julian.descottes@gmail.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
@ -52,12 +52,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.checkbox-fix {
|
.checkbox-fix {
|
||||||
margin: 3px 3px 3px 0;
|
margin-left: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.checkbox-container {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="import-section import-subsection">
|
<div class="import-section import-subsection">
|
||||||
<span class="dialog-section-title">Resize to</span>
|
<span class="dialog-section-title">Resize to</span>
|
||||||
<input type="text" class="textfield import-size-field" autocomplete="off" name="resize-width"/>x
|
<input type="text" class="textfield import-size-field" name="resize-width"/>x
|
||||||
<input type="text" class="textfield import-size-field" autocomplete="off" name="resize-height"/>
|
<input type="text" class="textfield import-size-field" name="resize-height"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="import-section import-subsection">
|
<div class="import-section import-subsection">
|
||||||
<span class="import-section-title">Smooth resize</span>
|
<span class="import-section-title">Smooth resize</span>
|
||||||
@ -40,13 +40,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="import-section import-subsection">
|
<div class="import-section import-subsection">
|
||||||
<span class="dialog-section-title">Frame size</span>
|
<span class="dialog-section-title">Frame size</span>
|
||||||
<input type="text" class="textfield import-size-field" autocomplete="off" name="frame-size-x"/>x
|
<input type="text" class="textfield import-size-field" name="frame-size-x"/>x
|
||||||
<input type="text" class="textfield import-size-field" autocomplete="off" name="frame-size-y"/>
|
<input type="text" class="textfield import-size-field" name="frame-size-y"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="import-section import-subsection">
|
<div class="import-section import-subsection">
|
||||||
<span class="dialog-section-title">Offset</span>
|
<span class="dialog-section-title">Offset</span>
|
||||||
<input type="text" class="textfield import-size-field" autocomplete="off" name="frame-offset-x"/>x
|
<input type="text" class="textfield import-size-field" name="frame-offset-x"/>x
|
||||||
<input type="text" class="textfield import-size-field" autocomplete="off" name="frame-offset-y"/>
|
<input type="text" class="textfield import-size-field" name="frame-offset-y"/>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div class="import-step-buttons">
|
<div class="import-step-buttons">
|
||||||
|
@ -11,10 +11,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="export-panel-section export-panel-row">
|
<div class="export-panel-section export-panel-row">
|
||||||
<input id="gif-repeat-checkbox" class="gif-repeat-checkbox checkbox-fix" type="checkbox" />
|
<input id="gif-repeat-checkbox" class="gif-repeat-checkbox checkbox-fix" type="checkbox" />
|
||||||
<label for="gif-repeat-checkbox"
|
<label for="gif-repeat-checkbox">Loop repeatedly</label>
|
||||||
title="Uncheck to play the animation only one time."
|
|
||||||
rel="tooltip"
|
|
||||||
data-placement="top">Loop repeatedly</label>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="export-panel-section export-panel-row">
|
<div class="export-panel-section export-panel-row">
|
||||||
<button type="button" class="button button-primary gif-download-button">Download</button>
|
<button type="button" class="button button-primary gif-download-button">Download</button>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<input type="text" style="flex: 1;" class="zip-prefix-name textfield"
|
<input type="text" style="flex: 1;" class="zip-prefix-name textfield"
|
||||||
autocomplete="off" placeholder="PNG file prefix ...">
|
autocomplete="off" placeholder="PNG file prefix ...">
|
||||||
</div>
|
</div>
|
||||||
<div class="checkbox-container" style="margin: 5px 0;">
|
<div style="margin: 5px 0;">
|
||||||
<input id="zip-split-layers" class="zip-split-layers-checkbox checkbox-fix" type="checkbox" />
|
<input id="zip-split-layers" class="zip-split-layers-checkbox checkbox-fix" type="checkbox" />
|
||||||
<label for="zip-split-layers">Split by layers</label>
|
<label for="zip-split-layers">Split by layers</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
<span>px</span>
|
<span>px</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="resize-section">
|
<div class="resize-section">
|
||||||
<label class="checkbox-container">
|
<label>
|
||||||
<input type="checkbox" class="resize-ratio-checkbox checkbox-fix" value="true"/>
|
<input type="checkbox" class="resize-ratio-checkbox checkbox-fix" value="true"/>
|
||||||
<span>Maintain aspect ratio</span>
|
<span>Maintain aspect ratio</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="resize-section">
|
<div class="resize-section">
|
||||||
<label class="checkbox-container">
|
<label>
|
||||||
<input type="checkbox" class="resize-content-checkbox checkbox-fix" value="true"/>
|
<input type="checkbox" class="resize-content-checkbox checkbox-fix" value="true"/>
|
||||||
<span>Resize canvas content</span>
|
<span>Resize canvas content</span>
|
||||||
</label>
|
</label>
|
||||||
|
Reference in New Issue
Block a user