Added diagonal outlines, changed paint all pixels of the same color to respect selection

This commit is contained in:
OverloadedOrama 2019-12-25 02:53:45 +02:00
parent a06dbdb9fc
commit d3ff1e984b
3 changed files with 64 additions and 19 deletions

View file

@ -1721,23 +1721,23 @@ anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -92.0
margin_top = -27.0
margin_right = 92.0
margin_bottom = -4.0
margin_left = -120.5
margin_top = -46.0
margin_right = 120.5
margin_bottom = 15.0
custom_constants/vseparation = 4
custom_constants/hseparation = 4
columns = 2
[node name="ThickLabel" type="Label" parent="OutlineDialog/OptionsContainer"]
margin_top = 1.0
margin_right = 75.0
margin_right = 115.0
margin_bottom = 16.0
text = "Thickness:"
[node name="ThickValue" type="SpinBox" parent="OutlineDialog/OptionsContainer"]
margin_left = 79.0
margin_right = 143.0
margin_left = 119.0
margin_right = 183.0
margin_bottom = 17.0
min_value = 1.0
max_value = 16384.0
@ -1746,18 +1746,24 @@ suffix = "px"
[node name="OutlineColorLabel" type="Label" parent="OutlineDialog/OptionsContainer"]
margin_top = 23.0
margin_right = 75.0
margin_right = 115.0
margin_bottom = 38.0
text = "Fill with color:"
[node name="OutlineColor" type="ColorPickerButton" parent="OutlineDialog/OptionsContainer"]
margin_left = 79.0
margin_left = 119.0
margin_top = 21.0
margin_right = 143.0
margin_right = 183.0
margin_bottom = 41.0
rect_min_size = Vector2( 64, 20 )
color = Color( 1, 0, 0, 1 )
[node name="DiagonalCheckBox" type="CheckBox" parent="OutlineDialog/OptionsContainer"]
margin_top = 45.0
margin_right = 115.0
margin_bottom = 61.0
text = "Diagonal outlines"
[node name="AboutDialog" type="AcceptDialog" parent="."]
editor/display_folded = true
margin_right = 284.0