2014-05-18 00:27:44 +00:00
<!-- ASEPRITE -->
2016-09-15 14:07:36 +00:00
<!-- Copyright (C) 2014 - 2016 by David Capello -->
2014-05-18 00:27:44 +00:00
<gui >
2015-03-10 20:13:06 +00:00
<vbox id= "timeline_conf" >
2016-09-15 14:07:36 +00:00
<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>
2014-05-18 19:49:24 +00:00
<separator cell_hspan= "2" text= "Onion Skin:" left= "true" horizontal= "true" />
2014-05-18 00:27:44 +00:00
<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" />
2015-05-27 20:42:41 +00:00
<check id= "loop_tag" text= "Loop through tag frames" cell_hspan= "2" />
2015-07-31 17:30:11 +00:00
<check id= "current_layer" text= "Current layer only" cell_hspan= "2" />
2015-07-31 18:55:06 +00:00
<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>
2014-05-18 19:49:24 +00:00
</grid>
2014-05-18 00:27:44 +00:00
</vbox>
</gui>