mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-12 22:35:18 +00:00
Remove mirror nodes from the tool scenes
This commit is contained in:
parent
93622d5761
commit
290e8cdb18
13 changed files with 2 additions and 81 deletions
|
@ -196,20 +196,6 @@ margin_top = 212.0
|
|||
margin_right = 131.0
|
||||
margin_bottom = 224.0
|
||||
|
||||
[node name="Mirror" parent="." index="9"]
|
||||
visible = false
|
||||
margin_top = 212.0
|
||||
margin_right = 131.0
|
||||
margin_bottom = 229.0
|
||||
|
||||
[node name="Horizontal" parent="Mirror" index="0"]
|
||||
margin_left = 27.0
|
||||
margin_right = 42.0
|
||||
|
||||
[node name="Vertical" parent="Mirror" index="1"]
|
||||
margin_left = 86.0
|
||||
margin_right = 103.0
|
||||
|
||||
[connection signal="item_selected" from="FillAreaOptions" to="." method="_on_FillAreaOptions_item_selected"]
|
||||
[connection signal="value_changed" from="Similarity/Value" to="." method="_on_Value_value_changed"]
|
||||
[connection signal="value_changed" from="Similarity/Slider" to="." method="_on_Slider_value_changed"]
|
||||
|
|
|
@ -40,8 +40,4 @@ visible = false
|
|||
margin_top = 60.0
|
||||
margin_bottom = 72.0
|
||||
|
||||
[node name="Mirror" parent="." index="4"]
|
||||
visible = false
|
||||
margin_top = 60.0
|
||||
margin_bottom = 77.0
|
||||
[connection signal="item_selected" from="ColorPicker/Options" to="." method="_on_Options_item_selected"]
|
||||
|
|
|
@ -126,10 +126,6 @@ ticks_on_borders = true
|
|||
margin_top = 102.0
|
||||
margin_bottom = 114.0
|
||||
|
||||
[node name="Mirror" parent="." index="6"]
|
||||
margin_top = 118.0
|
||||
margin_bottom = 135.0
|
||||
|
||||
[connection signal="pressed" from="Brush/Type" to="." method="_on_BrushType_pressed"]
|
||||
[connection signal="value_changed" from="Brush/Size" to="." method="_on_BrushSize_value_changed"]
|
||||
[connection signal="value_changed" from="BrushSize" to="." method="_on_BrushSize_value_changed"]
|
||||
|
|
|
@ -46,9 +46,5 @@ value = 255.0
|
|||
margin_top = 168.0
|
||||
margin_bottom = 180.0
|
||||
|
||||
[node name="Mirror" parent="." index="7"]
|
||||
margin_top = 184.0
|
||||
margin_bottom = 201.0
|
||||
|
||||
[connection signal="value_changed" from="Opacity/OpacitySpinBox" to="." method="_on_Opacity_value_changed"]
|
||||
[connection signal="value_changed" from="Opacity/OpacitySlider" to="." method="_on_Opacity_value_changed"]
|
||||
|
|
|
@ -65,9 +65,5 @@ margin_bottom = 128.0
|
|||
margin_top = 66.0
|
||||
margin_bottom = 78.0
|
||||
|
||||
[node name="Mirror" parent="." index="8"]
|
||||
margin_top = 82.0
|
||||
margin_bottom = 99.0
|
||||
|
||||
[connection signal="value_changed" from="ShapeThickness/ThicknessSpinbox" to="." method="_on_Thickness_value_changed"]
|
||||
[connection signal="value_changed" from="ThicknessSlider" to="." method="_on_Thickness_value_changed"]
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
[ext_resource path="res://src/Tools/BaseTool.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://src/Tools/Move.gd" type="Script" id=2]
|
||||
|
||||
|
||||
[node name="ToolOptions" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
|
@ -16,8 +15,3 @@ margin_bottom = 150.0
|
|||
visible = false
|
||||
margin_top = 126.0
|
||||
margin_bottom = 138.0
|
||||
|
||||
[node name="Mirror" parent="." index="3"]
|
||||
visible = false
|
||||
margin_top = 126.0
|
||||
margin_bottom = 143.0
|
||||
|
|
|
@ -15,8 +15,3 @@ margin_bottom = 150.0
|
|||
visible = false
|
||||
margin_top = 126.0
|
||||
margin_bottom = 138.0
|
||||
|
||||
[node name="Mirror" parent="." index="3"]
|
||||
visible = false
|
||||
margin_top = 126.0
|
||||
margin_bottom = 143.0
|
||||
|
|
|
@ -63,18 +63,5 @@ margin_top = 158.0
|
|||
margin_right = 128.0
|
||||
margin_bottom = 170.0
|
||||
|
||||
[node name="Mirror" parent="." index="8"]
|
||||
margin_top = 174.0
|
||||
margin_right = 128.0
|
||||
margin_bottom = 191.0
|
||||
|
||||
[node name="Horizontal" parent="Mirror" index="0"]
|
||||
margin_left = 26.0
|
||||
margin_right = 41.0
|
||||
|
||||
[node name="Vertical" parent="Mirror" index="1"]
|
||||
margin_left = 85.0
|
||||
margin_right = 102.0
|
||||
|
||||
[connection signal="toggled" from="Overwrite" to="." method="_on_Overwrite_toggled"]
|
||||
[connection signal="toggled" from="FillInside" to="." method="_on_FillInside_toggled"]
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
[node name="ToolOptions" instance=ExtResource( 1 )]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="DoubleClickTimer" type="Timer" parent="." index="11"]
|
||||
[node name="DoubleClickTimer" type="Timer" parent="." index="10"]
|
||||
wait_time = 0.1
|
||||
one_shot = true
|
||||
|
|
|
@ -121,11 +121,7 @@ visible = false
|
|||
margin_top = 166.0
|
||||
margin_bottom = 178.0
|
||||
|
||||
[node name="Mirror" parent="." index="9"]
|
||||
margin_top = 182.0
|
||||
margin_bottom = 199.0
|
||||
|
||||
[node name="Timer" type="Timer" parent="." index="10"]
|
||||
[node name="Timer" type="Timer" parent="." index="9"]
|
||||
wait_time = 0.2
|
||||
one_shot = true
|
||||
|
||||
|
|
|
@ -230,19 +230,6 @@ margin_top = 216.0
|
|||
margin_right = 126.0
|
||||
margin_bottom = 228.0
|
||||
|
||||
[node name="Mirror" parent="." index="10"]
|
||||
margin_top = 232.0
|
||||
margin_right = 126.0
|
||||
margin_bottom = 249.0
|
||||
|
||||
[node name="Horizontal" parent="Mirror" index="0"]
|
||||
margin_left = 25.0
|
||||
margin_right = 40.0
|
||||
|
||||
[node name="Vertical" parent="Mirror" index="1"]
|
||||
margin_left = 84.0
|
||||
margin_right = 101.0
|
||||
|
||||
[connection signal="item_selected" from="ShadingMode" to="." method="_on_ShadingMode_item_selected"]
|
||||
[connection signal="item_selected" from="LightenDarken" to="." method="_on_LightenDarken_item_selected"]
|
||||
[connection signal="value_changed" from="Amount/Spinbox" to="." method="_on_LightenDarken_value_changed"]
|
||||
|
|
|
@ -75,10 +75,6 @@ text = "Fill Shape"
|
|||
margin_top = 94.0
|
||||
margin_bottom = 106.0
|
||||
|
||||
[node name="Mirror" parent="." index="9"]
|
||||
margin_top = 110.0
|
||||
margin_bottom = 127.0
|
||||
|
||||
[connection signal="value_changed" from="ShapeThickness/ThicknessSpinbox" to="." method="_on_Thickness_value_changed"]
|
||||
[connection signal="value_changed" from="ThicknessSlider" to="." method="_on_Thickness_value_changed"]
|
||||
[connection signal="toggled" from="FillCheckbox" to="." method="_on_FillCheckbox_toggled"]
|
||||
|
|
|
@ -66,10 +66,6 @@ visible = false
|
|||
margin_top = 126.0
|
||||
margin_bottom = 138.0
|
||||
|
||||
[node name="Mirror" parent="." index="8"]
|
||||
visible = false
|
||||
margin_top = 126.0
|
||||
margin_bottom = 143.0
|
||||
[connection signal="item_selected" from="ModeOptions" to="." method="_on_ModeOptions_item_selected"]
|
||||
[connection signal="pressed" from="FitToFrame" to="." method="_on_FitToFrame_pressed"]
|
||||
[connection signal="pressed" from="100%" to="." method="_on_100_pressed"]
|
||||
|
|
Loading…
Add table
Reference in a new issue