2020-07-09 12:22:17 +00:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://src/Tools/Draw.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://src/Tools/Eraser.gd" type="Script" id=2]
|
|
|
|
|
|
|
|
[node name="ToolOptions" instance=ExtResource( 1 )]
|
|
|
|
script = ExtResource( 2 )
|
2021-10-12 20:12:05 +00:00
|
|
|
|
2021-10-15 13:31:24 +00:00
|
|
|
[node name="Opacity" type="VBoxContainer" parent="." index="4"]
|
|
|
|
margin_top = 102.0
|
2021-10-12 20:12:05 +00:00
|
|
|
margin_right = 116.0
|
2021-10-15 13:31:24 +00:00
|
|
|
margin_bottom = 164.0
|
|
|
|
|
|
|
|
[node name="OpacityLabel" type="Label" parent="Opacity" index="0"]
|
|
|
|
margin_right = 116.0
|
|
|
|
margin_bottom = 14.0
|
2021-10-12 20:12:05 +00:00
|
|
|
text = "Opacity:"
|
|
|
|
align = 1
|
|
|
|
|
2021-10-15 13:31:24 +00:00
|
|
|
[node name="OpacitySpinBox" type="SpinBox" parent="Opacity" index="1"]
|
2021-10-12 20:12:05 +00:00
|
|
|
margin_left = 21.0
|
2021-10-15 13:31:24 +00:00
|
|
|
margin_top = 18.0
|
2021-10-12 20:12:05 +00:00
|
|
|
margin_right = 95.0
|
2021-10-15 13:31:24 +00:00
|
|
|
margin_bottom = 42.0
|
2021-10-12 20:12:05 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
max_value = 255.0
|
|
|
|
value = 255.0
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2021-10-15 13:31:24 +00:00
|
|
|
[node name="OpacitySlider" type="HSlider" parent="Opacity" index="2"]
|
2021-10-12 20:12:05 +00:00
|
|
|
margin_left = 12.0
|
2021-10-15 13:31:24 +00:00
|
|
|
margin_top = 46.0
|
2021-10-12 20:12:05 +00:00
|
|
|
margin_right = 104.0
|
2021-10-15 13:31:24 +00:00
|
|
|
margin_bottom = 62.0
|
2021-10-12 20:12:05 +00:00
|
|
|
rect_min_size = Vector2( 92, 0 )
|
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
max_value = 255.0
|
|
|
|
value = 255.0
|
|
|
|
|
2021-10-15 13:31:24 +00:00
|
|
|
[node name="EmptySpacer" parent="." index="6"]
|
2021-10-12 20:12:05 +00:00
|
|
|
margin_top = 168.0
|
|
|
|
margin_bottom = 180.0
|
|
|
|
|
2021-10-15 13:31:24 +00:00
|
|
|
[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"]
|