2023-03-20 18:28:01 +00:00
|
|
|
[gd_scene load_steps=2 format=2]
|
2020-07-09 12:22:17 +00:00
|
|
|
|
2021-02-02 15:48:17 +00:00
|
|
|
[ext_resource path="res://src/Tools/BaseTool.gd" type="Script" id=1]
|
2020-07-09 12:22:17 +00:00
|
|
|
|
|
|
|
[node name="ToolOptions" type="VBoxContainer"]
|
|
|
|
margin_left = 7.0
|
|
|
|
margin_top = 7.0
|
|
|
|
margin_right = 123.0
|
|
|
|
margin_bottom = 65.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2022-09-19 21:58:39 +00:00
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
|
|
margin_right = 116.0
|
|
|
|
margin_bottom = 4.0
|
|
|
|
rect_min_size = Vector2( 0, 4 )
|
|
|
|
|
2022-12-31 18:13:27 +00:00
|
|
|
[node name="Label" type="Label" parent="."]
|
2022-09-19 21:58:39 +00:00
|
|
|
margin_top = 8.0
|
2020-07-09 12:22:17 +00:00
|
|
|
margin_right = 116.0
|
2022-09-19 21:58:39 +00:00
|
|
|
margin_bottom = 22.0
|
|
|
|
theme_type_variation = "Header"
|
2022-12-07 16:22:09 +00:00
|
|
|
text = "Tool Name"
|
2022-12-31 18:13:27 +00:00
|
|
|
align = 1
|
|
|
|
autowrap = true
|