mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
53 lines
2.2 KiB
Plaintext
53 lines
2.2 KiB
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Sprite Size" name="sprite_size">
|
|
<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">
|
|
<label text="Width:" />
|
|
<label text="Height:" />
|
|
</box>
|
|
<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)" />
|
|
</box>
|
|
<check text="Lock Ratio" name="lock_ratio" selected="true" />
|
|
</box>
|
|
</box>
|
|
<separator text="Percentage:" left="true" horizontal="true" />
|
|
<box vertical="true" expansive="true">
|
|
<box horizontal="true">
|
|
<box vertical="true" homogeneous="true">
|
|
<label text="Width:" />
|
|
<label text="Height:" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
<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." />
|
|
</box>
|
|
<box horizontal="true" width="64" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
<separator text="Interpolation:" left="true" horizontal="true" />
|
|
<box vertical="true" expansive="true">
|
|
<box horizontal="true">
|
|
<label text="Method:" />
|
|
<combobox name="method" expansive="true" />
|
|
</box>
|
|
</box>
|
|
<box horizontal="true">
|
|
<box horizontal="true" expansive="true" />
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" name="ok" magnetic="true" width="60" />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|