2022-10-04 21:42:01 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2020-07-09 12:22:17 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://src/Tools/Draw.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://src/Tools/Eraser.gd" type="Script" id=2]
|
2022-10-04 21:42:01 +00:00
|
|
|
[ext_resource path="res://src/UI/Nodes/ValueSlider.tscn" type="PackedScene" id=3]
|
2020-07-09 12:22:17 +00:00
|
|
|
|
|
|
|
[node name="ToolOptions" instance=ExtResource( 1 )]
|
|
|
|
script = ExtResource( 2 )
|
2021-10-12 20:12:05 +00:00
|
|
|
|
2022-10-04 21:42:01 +00:00
|
|
|
[node name="ColorInterpolation" parent="." index="3"]
|
|
|
|
margin_top = 134.0
|
|
|
|
margin_bottom = 196.0
|
2021-10-15 13:31:24 +00:00
|
|
|
|
2022-10-04 21:42:01 +00:00
|
|
|
[node name="OpacitySlider" parent="." index="4" instance=ExtResource( 3 )]
|
|
|
|
margin_top = 62.0
|
2021-10-15 13:31:24 +00:00
|
|
|
margin_right = 116.0
|
2022-10-04 21:42:01 +00:00
|
|
|
margin_bottom = 86.0
|
2021-10-12 20:12:05 +00:00
|
|
|
max_value = 255.0
|
|
|
|
value = 255.0
|
2022-10-04 21:42:01 +00:00
|
|
|
prefix = "Opacity:"
|
2021-10-12 20:12:05 +00:00
|
|
|
|
2022-10-04 21:42:01 +00:00
|
|
|
[connection signal="value_changed" from="OpacitySlider" to="." method="_on_Opacity_value_changed"]
|