2020-04-22 01:27:49 +00:00
|
|
|
<!-- Aseprite -->
|
2022-09-13 19:56:33 +00:00
|
|
|
<!-- Copyright (C) 2020-2022 Igara Studio S.A. -->
|
2020-04-22 01:27:49 +00:00
|
|
|
<gui>
|
|
|
|
<vbox id="dynamics">
|
2021-06-11 12:08:12 +00:00
|
|
|
<hbox>
|
|
|
|
<check id="stabilizer" text="@.stabilizer"
|
|
|
|
tooltip="@.stabilizer_tooltip" tooltip_dir="bottom" />
|
|
|
|
<slider id="stabilizer_factor" value="16" min="0" max="64" expansive="true" style="mini_slider"
|
2021-06-11 15:07:28 +00:00
|
|
|
tooltip="@.stabilizer_tooltip" tooltip_dir="bottom" minwidth="64" />
|
2021-06-11 12:08:12 +00:00
|
|
|
</hbox>
|
|
|
|
|
2021-06-11 15:07:28 +00:00
|
|
|
<hbox id="grid">
|
2020-04-22 01:27:49 +00:00
|
|
|
<buttonset id="values" columns="3">
|
|
|
|
<item text="" />
|
|
|
|
<item text="@.pressure" tooltip="@.pressure_tooltip" tooltip_dir="bottom" />
|
|
|
|
<item text="@.velocity" tooltip="@.velocity_tooltip" tooltip_dir="bottom" />
|
|
|
|
|
|
|
|
<item text="@.size" tooltip="@.size_tooltip" tooltip_dir="right" />
|
2022-09-13 19:56:33 +00:00
|
|
|
<item text="" minheight="1" maxheight="1" />
|
|
|
|
<item text="" minheight="1" maxheight="1" />
|
2020-04-22 01:27:49 +00:00
|
|
|
|
|
|
|
<item text="@.angle" tooltip="@.angle_tooltip" tooltip_dir="right" />
|
2022-09-13 19:56:33 +00:00
|
|
|
<item text="" minheight="1" maxheight="1" />
|
|
|
|
<item text="" minheight="1" maxheight="1" />
|
2020-04-22 01:27:49 +00:00
|
|
|
|
|
|
|
<item text="@.gradient" tooltip="@.gradient_tooltip" tooltip_dir="right" />
|
2022-09-13 19:56:33 +00:00
|
|
|
<item text="" minheight="1" maxheight="1" />
|
|
|
|
<item text="" minheight="1" maxheight="1" />
|
2020-04-22 01:27:49 +00:00
|
|
|
</buttonset>
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<grid id="options" columns="2" childspacing="0" expansive="true">
|
2020-04-23 21:03:34 +00:00
|
|
|
<separator id="separator" text="@.max_point_value" horizontal="true" cell_hspan="2" />
|
|
|
|
|
2020-05-02 14:59:34 +00:00
|
|
|
<label id="size_label" text="@.size" style="mini_label" />
|
|
|
|
<slider id="min_size" value="1" min="1" max="64" cell_align="horizontal" style="mini_slider"
|
|
|
|
tooltip="@.min_size_tooltip" tooltip_dir="left" />
|
|
|
|
<boxfiller />
|
|
|
|
<slider id="max_size" value="64" min="1" max="64" cell_align="horizontal" style="mini_slider"
|
|
|
|
tooltip="@.max_size_tooltip" tooltip_dir="left" />
|
|
|
|
|
|
|
|
<label id="angle_label" text="@.angle" style="mini_label" />
|
|
|
|
<slider id="min_angle" value="0" min="-180" max="+180" cell_align="horizontal" style="mini_slider"
|
|
|
|
tooltip="@.min_angle_tooltip" tooltip_dir="left" />
|
|
|
|
<boxfiller />
|
|
|
|
<slider id="max_angle" value="0" min="-180" max="+180" cell_align="horizontal" style="mini_slider"
|
|
|
|
tooltip="@.max_angle_tooltip" tooltip_dir="left" />
|
2020-04-22 01:27:49 +00:00
|
|
|
|
|
|
|
<label id="gradient_label" text="@.gradient" style="mini_label" />
|
2020-05-02 14:59:34 +00:00
|
|
|
<hbox id="gradient_placeholder" cell_vspan="2" />
|
2020-05-07 19:08:32 +00:00
|
|
|
<link id="gradient_from_to" style="mini_label" />
|
2020-04-23 21:03:34 +00:00
|
|
|
|
|
|
|
<separator id="separator2" text="@.sensors_tweaks" horizontal="true" cell_hspan="2" />
|
|
|
|
|
|
|
|
<label id="pressure_label" text="@.pressure" style="mini_label" />
|
|
|
|
<hbox id="pressure_placeholder" cell_align="horizontal" />
|
|
|
|
<label id="velocity_label" text="@.velocity" style="mini_label" />
|
|
|
|
<hbox id="velocity_placeholder" cell_align="horizontal" />
|
2020-04-22 01:27:49 +00:00
|
|
|
</grid>
|
|
|
|
|
|
|
|
</vbox>
|
|
|
|
</gui>
|