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
|
|
|
|
|
|
|
[node name="OpacityLabel" type="Label" parent="." index="3"]
|
|
|
|
margin_top = 74.0
|
|
|
|
margin_right = 116.0
|
|
|
|
margin_bottom = 88.0
|
|
|
|
text = "Opacity:"
|
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="OpacitySpinBox" type="SpinBox" parent="." index="4"]
|
|
|
|
margin_left = 21.0
|
|
|
|
margin_top = 92.0
|
|
|
|
margin_right = 95.0
|
|
|
|
margin_bottom = 116.0
|
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
max_value = 255.0
|
|
|
|
value = 255.0
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="OpacitySlider" type="HSlider" parent="." index="5"]
|
|
|
|
margin_left = 12.0
|
|
|
|
margin_top = 120.0
|
|
|
|
margin_right = 104.0
|
|
|
|
margin_bottom = 136.0
|
|
|
|
rect_min_size = Vector2( 92, 0 )
|
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
max_value = 255.0
|
|
|
|
value = 255.0
|
|
|
|
|
|
|
|
[node name="PixelPerfect" parent="." index="6"]
|
|
|
|
margin_top = 140.0
|
|
|
|
margin_bottom = 164.0
|
|
|
|
|
|
|
|
[node name="EmptySpacer" parent="." index="8"]
|
|
|
|
margin_top = 168.0
|
|
|
|
margin_bottom = 180.0
|
|
|
|
|
|
|
|
[node name="Mirror" parent="." index="9"]
|
|
|
|
margin_top = 184.0
|
|
|
|
margin_bottom = 201.0
|
|
|
|
|
|
|
|
[connection signal="value_changed" from="OpacitySpinBox" to="." method="_on_Opacity_value_changed"]
|
|
|
|
[connection signal="value_changed" from="OpacitySlider" to="." method="_on_Opacity_value_changed"]
|