2009-05-31 16:02:32 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2010-04-29 02:52:51 +00:00
|
|
|
<!-- Copyright (C) 2001-2010 by David Capello -->
|
2009-05-31 16:02:32 +00:00
|
|
|
<jinete>
|
|
|
|
<window text="Sprite Size" name="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">
|
|
|
|
<entry expansive="true" name="width_px" maxsize="8" magnetic="true" tooltip="New width for the sprite (in pixels)" />
|
|
|
|
<entry expansive="true" name="height_px" maxsize="8" tooltip="New height for the sprite (in pixels)" />
|
2009-05-31 16:02:32 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<check text="Lock Ratio" name="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">
|
2010-01-31 23:42:45 +00:00
|
|
|
<entry expansive="true" text="100%%" name="width_perc" maxsize="8" magnetic="true" tooltip="New width for the sprite Percentage of current width." />
|
|
|
|
<entry expansive="true" text="100%%" name="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:" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<combobox name="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">
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&OK" closewindow="true" name="ok" magnetic="true" width="60" />
|
|
|
|
<button text="&Cancel" closewindow="true" />
|
2009-05-31 16:02:32 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
|
|
|
</jinete>
|