2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2016-09-20 13:14:41 +00:00
|
|
|
<!-- Copyright (C) 2015-2016 by David Capello -->
|
2015-12-16 21:14:04 +00:00
|
|
|
<gui>
|
|
|
|
<vbox id="brush_slot_params">
|
|
|
|
<grid columns="2">
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.brush" />
|
2015-12-16 21:14:04 +00:00
|
|
|
<buttonset id="brush_params" columns="3" multiple="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<item id="brush_type" text="@.brush_type" />
|
|
|
|
<item id="brush_size" text="@.brush_size" />
|
|
|
|
<item id="brush_angle" text="@.brush_angle" />
|
2015-12-16 21:14:04 +00:00
|
|
|
</buttonset>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.color" />
|
2015-12-16 21:14:04 +00:00
|
|
|
<buttonset id="color_params" columns="2" multiple="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<item id="fg_color" text="@.foreground" />
|
|
|
|
<item id="bg_color" text="@.background" />
|
|
|
|
<item id="image_color" text="@.image_color" hspan="2" />
|
2015-12-16 21:14:04 +00:00
|
|
|
</buttonset>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.ink" />
|
2015-12-16 21:14:04 +00:00
|
|
|
<buttonset id="ink_params" columns="2" multiple="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<item id="ink_type" text="@.ink_type" />
|
|
|
|
<item id="ink_opacity" text="@.ink_opacity" />
|
2015-12-16 21:14:04 +00:00
|
|
|
</buttonset>
|
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.extras" />
|
2015-12-16 21:14:04 +00:00
|
|
|
<buttonset id="extra_params" columns="2" multiple="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<item id="shade" text="@.shade" />
|
|
|
|
<item id="pixel_perfect" text="@.pixel_perfect" />
|
2015-12-16 21:14:04 +00:00
|
|
|
</buttonset>
|
|
|
|
|
|
|
|
</grid>
|
|
|
|
</vbox>
|
|
|
|
</gui>
|