mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59:49 +00:00
node placement
This commit is contained in:
parent
afacaf5257
commit
706222c987
|
@ -7,23 +7,23 @@
|
||||||
[node name="ToolOptions" instance=ExtResource("1")]
|
[node name="ToolOptions" instance=ExtResource("1")]
|
||||||
script = ExtResource("3")
|
script = ExtResource("3")
|
||||||
|
|
||||||
[node name="Overwrite" type="CheckBox" parent="." index="4"]
|
[node name="Overwrite" type="CheckBox" parent="." index="6"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
tooltip_text = "Overwrites color instead of blending it. This option is only relevant with colors that are not fully opaque"
|
tooltip_text = "Overwrites color instead of blending it. This option is only relevant with colors that are not fully opaque"
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "Overwrite color"
|
text = "Overwrite color"
|
||||||
|
|
||||||
[node name="FillInside" type="CheckBox" parent="." index="5"]
|
[node name="FillInside" type="CheckBox" parent="." index="7"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "Fill inside"
|
text = "Fill inside"
|
||||||
|
|
||||||
[node name="SpacingMode" type="CheckBox" parent="." index="6"]
|
[node name="SpacingMode" type="CheckBox" parent="." index="8"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
text = "Spacing"
|
text = "Spacing"
|
||||||
|
|
||||||
[node name="Spacing" parent="." index="7" instance=ExtResource("2")]
|
[node name="Spacing" parent="." index="9" instance=ExtResource("2")]
|
||||||
visible = false
|
visible = false
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
allow_greater = true
|
allow_greater = true
|
||||||
|
|
Loading…
Reference in a new issue