2023-03-20 20:28:01 +02:00
|
|
|
[gd_scene load_steps=2 format=2]
|
2020-07-09 20:22:17 +08:00
|
|
|
|
2021-02-02 17:48:17 +02:00
|
|
|
[ext_resource path="res://src/Tools/BaseTool.gd" type="Script" id=1]
|
2020-07-09 20:22:17 +08: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-20 00:58:39 +03:00
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
|
|
margin_right = 116.0
|
|
|
|
margin_bottom = 4.0
|
|
|
|
rect_min_size = Vector2( 0, 4 )
|
|
|
|
|
2022-12-31 23:13:27 +05:00
|
|
|
[node name="Label" type="Label" parent="."]
|
2022-09-20 00:58:39 +03:00
|
|
|
margin_top = 8.0
|
2020-07-09 20:22:17 +08:00
|
|
|
margin_right = 116.0
|
2022-09-20 00:58:39 +03:00
|
|
|
margin_bottom = 22.0
|
|
|
|
theme_type_variation = "Header"
|
2022-12-07 21:22:09 +05:00
|
|
|
text = "Tool Name"
|
2022-12-31 23:13:27 +05:00
|
|
|
align = 1
|
|
|
|
autowrap = true
|