2022-10-04 21:42:01 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2021-05-12 01:35:20 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://src/Tools/Draw.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://src/Tools/LineTool.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]
|
2021-05-12 01:35:20 +00:00
|
|
|
|
|
|
|
[node name="ToolOptions" instance=ExtResource( 1 )]
|
|
|
|
script = ExtResource( 2 )
|
|
|
|
|
2022-10-04 21:42:01 +00:00
|
|
|
[node name="ThicknessSlider" parent="." index="2" instance=ExtResource( 3 )]
|
|
|
|
margin_top = 26.0
|
|
|
|
margin_right = 116.0
|
|
|
|
margin_bottom = 50.0
|
2021-05-12 01:35:20 +00:00
|
|
|
min_value = 1.0
|
|
|
|
value = 1.0
|
2022-10-04 21:42:01 +00:00
|
|
|
prefix = "Size:"
|
2021-05-12 01:35:20 +00:00
|
|
|
suffix = "px"
|
|
|
|
|
2022-10-04 21:42:01 +00:00
|
|
|
[node name="Brush" parent="." index="3"]
|
2021-05-12 01:35:20 +00:00
|
|
|
visible = false
|
|
|
|
|
2022-10-04 21:42:01 +00:00
|
|
|
[node name="ColorInterpolation" parent="." index="4"]
|
2021-05-12 01:35:20 +00:00
|
|
|
margin_top = 66.0
|
|
|
|
margin_bottom = 128.0
|
|
|
|
|
|
|
|
[connection signal="value_changed" from="ThicknessSlider" to="." method="_on_Thickness_value_changed"]
|