2022-10-04 21:42:01 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2021-03-30 17:07:13 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://src/Tools/ShapeDrawer.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://src/Tools/Draw.tscn" type="PackedScene" id=2]
|
2022-10-04 21:42:01 +00:00
|
|
|
[ext_resource path="res://src/UI/Nodes/ValueSlider.tscn" type="PackedScene" id=3]
|
2021-03-30 17:07:13 +00:00
|
|
|
|
|
|
|
[node name="ToolOptions" instance=ExtResource( 2 )]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
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-03-30 17:07:13 +00:00
|
|
|
min_value = 1.0
|
|
|
|
value = 1.0
|
2022-10-04 21:42:01 +00:00
|
|
|
prefix = "Size:"
|
2021-03-30 17:07:13 +00:00
|
|
|
suffix = "px"
|
2022-11-29 22:29:44 +00:00
|
|
|
is_global = true
|
2021-03-30 17:07:13 +00:00
|
|
|
|
2022-10-04 21:42:01 +00:00
|
|
|
[node name="FillCheckbox" type="CheckBox" parent="." index="3"]
|
|
|
|
margin_top = 54.0
|
|
|
|
margin_right = 116.0
|
|
|
|
margin_bottom = 78.0
|
|
|
|
hint_tooltip = "Fills the drawn shape with color, instead of drawing a hollow shape"
|
2021-05-04 10:26:07 +00:00
|
|
|
mouse_default_cursor_shape = 2
|
2022-10-04 21:42:01 +00:00
|
|
|
text = "Fill Shape"
|
2021-03-30 17:07:13 +00:00
|
|
|
|
2022-10-04 21:42:01 +00:00
|
|
|
[node name="Brush" parent="." index="4"]
|
2021-03-30 17:07:13 +00:00
|
|
|
visible = false
|
|
|
|
|
2022-02-28 17:24:14 +00:00
|
|
|
[node name="ColorInterpolation" parent="." index="5"]
|
2021-03-30 17:07:13 +00:00
|
|
|
margin_top = 66.0
|
|
|
|
margin_bottom = 128.0
|
|
|
|
|
|
|
|
[connection signal="value_changed" from="ThicknessSlider" to="." method="_on_Thickness_value_changed"]
|
|
|
|
[connection signal="toggled" from="FillCheckbox" to="." method="_on_FillCheckbox_toggled"]
|