mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
f4b4996540
+ Fixed some convolution matrices. + Fixed editors_draw_sprite_tiled & control_tool for tiled mode in transparent layers (non-Background). + Added gfxobj_id. - Removed referenced stock (replaced with the ImageRef structure). + Fixed the whole 'target' stuff between effects and target_button. + Fixed app_get_fg_color & app_get_bg_color to return the black color instead of mask when a `Background' layer is actived. + Added get_color_for_layer & fixup_color_for_layer.
30 lines
1000 B
Plaintext
30 lines
1000 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2008 by David A. Capello -->
|
|
<jinete>
|
|
<window text="" name="file_selector">
|
|
<box vertical>
|
|
<box horizontal>
|
|
<box horizontal noborders>
|
|
<button text="" name="goback" bevel="2 0 2 0" tooltip="Go back one folder" />
|
|
<button text="" name="goforward" bevel="0 2 0 2" tooltip="Go forward one folder" />
|
|
</box>
|
|
<button text="" name="goup" tooltip="Up to parent folder\n(Backspace)" />
|
|
<combobox name="location" expansive />
|
|
</box>
|
|
<box vertical expansive name="box" />
|
|
<box horizontal>
|
|
<label text="Name:" />
|
|
<entry text="" maxsize=256 name="filename" expansive />
|
|
<combobox name="filetype" minwidth=70 />
|
|
</box>
|
|
<box horizontal>
|
|
<box horizontal expansive />
|
|
<box horizontal homogeneous>
|
|
<button text="&OK" name="ok" magnetic width="60" />
|
|
<button text="&Cancel" name="cancel" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|