2016-12-23 12:38:32 -03:00
|
|
|
<!-- Aseprite -->
|
2018-06-28 13:33:13 -03:00
|
|
|
<!-- Copyright (C) 2014-2018 by David Capello -->
|
2014-05-17 21:27:44 -03:00
|
|
|
<gui>
|
2015-03-10 17:13:06 -03:00
|
|
|
<vbox id="timeline_conf">
|
2016-09-15 11:07:36 -03:00
|
|
|
<hbox>
|
2016-11-22 18:05:56 -03:00
|
|
|
<vbox>
|
2016-12-23 12:38:32 -03:00
|
|
|
<separator cell_hspan="2" text="@.position" left="true" horizontal="true" />
|
2016-11-22 18:05:56 -03:00
|
|
|
<hbox>
|
|
|
|
<buttonset columns="2" id="position">
|
2016-12-23 12:38:32 -03:00
|
|
|
<item text="@.left" />
|
|
|
|
<item text="@.right" />
|
|
|
|
<item text="@.bottom" hspan="2" />
|
2016-11-22 18:05:56 -03:00
|
|
|
</buttonset>
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
<vbox>
|
2017-02-01 13:47:16 -03:00
|
|
|
<separator text="@.frame_header" left="true" horizontal="true" />
|
2016-11-22 18:05:56 -03:00
|
|
|
<hbox>
|
2016-12-23 12:38:32 -03:00
|
|
|
<label text="@.first_frame" />
|
2018-06-28 13:33:13 -03:00
|
|
|
<expr id="first_frame" />
|
2016-11-22 18:05:56 -03:00
|
|
|
</hbox>
|
2016-11-29 12:14:33 -03:00
|
|
|
|
2017-02-01 13:47:16 -03:00
|
|
|
<hbox>
|
2017-11-21 14:30:30 -03:00
|
|
|
<check id="thumb_enabled" text="@.thumbnails" horizontal="true" />
|
2017-02-01 13:47:16 -03:00
|
|
|
<separator id="thumb_h_separator" horizontal="true" expansive="true" />
|
|
|
|
</hbox>
|
2017-11-21 14:30:30 -03:00
|
|
|
<grid columns="2" id="thumb_box">
|
|
|
|
<label text="@.thumbnail_size" />
|
2016-11-29 12:14:33 -03:00
|
|
|
<slider min="1" max="10" id="zoom" cell_align="horizontal" width="128" />
|
2016-07-25 09:51:58 -03:00
|
|
|
|
2017-11-21 14:30:30 -03:00
|
|
|
<check id="thumb_overlay_enabled" text="@.overlay_size"/>
|
2016-11-29 12:14:33 -03:00
|
|
|
<slider min="2" max="10" id="thumb_overlay_size" cell_align="horizontal" width="128" />
|
|
|
|
</grid>
|
2016-11-22 18:05:56 -03:00
|
|
|
</vbox>
|
2016-09-26 12:31:40 -03:00
|
|
|
</hbox>
|
2016-09-26 11:39:40 -03:00
|
|
|
|
2017-02-01 13:47:16 -03:00
|
|
|
<separator text="@.onion_skin" left="true" horizontal="true" />
|
2014-05-17 21:27:44 -03:00
|
|
|
<grid columns="2">
|
|
|
|
<hbox cell_hspan="2">
|
2016-12-23 12:38:32 -03:00
|
|
|
<radio group="1" text="@.merge_frames" id="merge" />
|
|
|
|
<radio group="1" text="@.red_blue_tint" id="tint" />
|
2023-11-22 10:40:51 -03:00
|
|
|
<button id="reset_onionskin" text="@.reset" minwidth="60" />
|
2014-05-17 21:27:44 -03:00
|
|
|
</hbox>
|
|
|
|
|
2016-12-23 12:38:32 -03:00
|
|
|
<label text="@.opacity" />
|
2014-05-17 21:27:44 -03:00
|
|
|
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
|
|
|
|
2016-12-23 12:38:32 -03:00
|
|
|
<label text="@.opacity_step" />
|
2014-05-17 21:27:44 -03:00
|
|
|
<slider min="0" max="255" id="opacity_step" cell_align="horizontal" width="128" />
|
2015-05-27 17:42:41 -03:00
|
|
|
|
2016-12-23 12:38:32 -03:00
|
|
|
<check id="loop_tag" text="@.loop_tags" cell_hspan="2" />
|
|
|
|
<check id="current_layer" text="@.current_layer" cell_hspan="2" />
|
2015-07-31 15:55:06 -03:00
|
|
|
<hbox cell_hspan="2">
|
2016-12-23 12:38:32 -03:00
|
|
|
<radio group="2" text="@.behind_sprite" id="behind" tooltip="@.behind_sprite_toolip" tooltip_dir="top" />
|
|
|
|
<radio group="2" text="@.in_front" id="infront" tooltip="@.in_front_toolip" />
|
2015-07-31 15:55:06 -03:00
|
|
|
</hbox>
|
2014-05-18 16:49:24 -03:00
|
|
|
</grid>
|
2014-05-17 21:27:44 -03:00
|
|
|
</vbox>
|
|
|
|
</gui>
|