forked from aseprite/aseprite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimeline_conf.xml
More file actions
47 lines (43 loc) · 1.68 KB
/
timeline_conf.xml
File metadata and controls
47 lines (43 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!-- ASEPRITE -->
<!-- Copyright (C) 2014-2016 by David Capello -->
<gui>
<vbox id="timeline_conf">
<hbox>
<vbox>
<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>
</vbox>
<vbox>
<separator cell_hspan="2" text="Frame Header:" left="true" horizontal="true" />
<hbox>
<label text="First Frame:" />
<entry id="first_frame" maxsize="3" />
</hbox>
</vbox>
</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>