mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2014-2016 by David Capello -->
|
|
<gui>
|
|
<vbox id="timeline_conf">
|
|
<separator cell_hspan="2" text="Position:" left="true" horizontal="true" />
|
|
<hbox>
|
|
<buttonset columns="2" id="position">
|
|
<item text="&Left" />
|
|
<item text="&Right" />
|
|
<item text="&Bottom" hspan="2" />
|
|
</buttonset>
|
|
</hbox>
|
|
|
|
<separator cell_hspan="2" text="Onion Skin:" left="true" horizontal="true" />
|
|
<grid columns="2">
|
|
<hbox cell_hspan="2">
|
|
<radio group="1" text="Merge Frames" id="merge" />
|
|
<radio group="1" text="Red/Blue Tint" id="tint" />
|
|
<button id="reset_onionskin" text="Reset" width="60" />
|
|
</hbox>
|
|
|
|
<label text="Opacity:" />
|
|
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
|
|
|
<label text="Opacity Step:" />
|
|
<slider min="0" max="255" id="opacity_step" cell_align="horizontal" width="128" />
|
|
|
|
<check id="loop_tag" text="Loop through tag frames" cell_hspan="2" />
|
|
<check id="current_layer" text="Current layer only" cell_hspan="2" />
|
|
<hbox cell_hspan="2">
|
|
<radio group="2" text="Behind sprite" id="behind" tooltip="Only for transparent layers. Background is not included in this onion skin mode." tooltip_dir="top" />
|
|
<radio group="2" text="In front of sprite" id="infront" tooltip="For all kind of layers (background and transparents)" />
|
|
</hbox>
|
|
</grid>
|
|
</vbox>
|
|
</gui>
|