2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2013-01-27 15:13:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="Sprite Size" id="sprite_size">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box vertical="true">
|
|
|
|
<separator text="Pixels:" left="true" horizontal="true" />
|
|
|
|
<box vertical="true" expansive="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2009-05-31 16:02:32 +00:00
|
|
|
<label text="Width:" />
|
|
|
|
<label text="Height:" />
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
2013-03-30 23:10:54 +00:00
|
|
|
<entry expansive="true" id="width_px" suffix="px" maxsize="8" magnet="true" tooltip="New width for the sprite (in pixels)" />
|
|
|
|
<entry expansive="true" id="height_px" suffix="px" maxsize="8" tooltip="New height for the sprite (in pixels)" />
|
2009-05-31 16:02:32 +00:00
|
|
|
</box>
|
2012-06-16 02:37:59 +00:00
|
|
|
<check text="Lock Ratio" id="lock_ratio" selected="true" />
|
2009-05-31 16:02:32 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator text="Percentage:" left="true" horizontal="true" />
|
|
|
|
<box vertical="true" expansive="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2009-05-31 16:02:32 +00:00
|
|
|
<label text="Width:" />
|
|
|
|
<label text="Height:" />
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
2013-03-30 23:10:54 +00:00
|
|
|
<entry expansive="true" text="100" suffix="%" id="width_perc" maxsize="8" magnet="true" tooltip="New width for the sprite Percentage of current width." />
|
|
|
|
<entry expansive="true" text="100" suffix="%" id="height_perc" maxsize="8" tooltip="New height for the sprite Percentage of current height." />
|
2009-05-31 16:02:32 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" width="64" />
|
2009-05-31 16:02:32 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator text="Interpolation:" left="true" horizontal="true" />
|
|
|
|
<box vertical="true" expansive="true">
|
|
|
|
<box horizontal="true">
|
2009-05-31 16:02:32 +00:00
|
|
|
<label text="Method:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<combobox id="method" expansive="true" />
|
2009-05-31 16:02:32 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true">
|
|
|
|
<box horizontal="true" expansive="true" />
|
|
|
|
<box horizontal="true" homogeneous="true">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
2012-01-05 22:45:03 +00:00
|
|
|
<button text="&Cancel" closewindow="true" />
|
2009-05-31 16:02:32 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|