2022-02-21 16:02:02 +00:00
|
|
|
[gd_scene load_steps=2 format=2]
|
2022-01-31 17:01:55 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://src/UI/ToolButtons.gd" type="Script" id=3]
|
|
|
|
|
2022-01-31 22:54:33 +00:00
|
|
|
[node name="Tools" type="ScrollContainer"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2022-02-12 22:12:47 +00:00
|
|
|
margin_right = -1242.0
|
|
|
|
margin_bottom = -230.0
|
|
|
|
rect_min_size = Vector2( 36, 0 )
|
2022-01-31 22:54:33 +00:00
|
|
|
size_flags_horizontal = 0
|
|
|
|
size_flags_vertical = 0
|
2022-01-31 17:01:55 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
2022-02-21 16:02:02 +00:00
|
|
|
margin_right = 14.0
|
|
|
|
margin_bottom = 14.0
|
2022-01-31 17:01:55 +00:00
|
|
|
size_flags_horizontal = 0
|
|
|
|
size_flags_vertical = 0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="ToolButtons" type="GridContainer" parent="PanelContainer"]
|
|
|
|
margin_left = 7.0
|
|
|
|
margin_top = 7.0
|
2022-02-21 16:02:02 +00:00
|
|
|
margin_right = 7.0
|
|
|
|
margin_bottom = 7.0
|
2022-02-12 22:12:47 +00:00
|
|
|
size_flags_horizontal = 0
|
2022-01-31 17:01:55 +00:00
|
|
|
size_flags_vertical = 0
|
|
|
|
script = ExtResource( 3 )
|
|
|
|
|
|
|
|
[connection signal="resized" from="." to="PanelContainer/ToolButtons" method="_on_Tools_resized"]
|