mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
21 lines
697 B
XML
21 lines
697 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2014, 2015 by David Capello -->
|
|
<gui>
|
|
<vbox id="timeline_conf">
|
|
<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" />
|
|
</grid>
|
|
</vbox>
|
|
</gui>
|