[gd_scene load_steps=2 format=2]

[ext_resource path="res://menu/button/select/SelectButton.gd" type="Script" id=1]

[node name="SelectButton" type="Button"]
anchor_right = 1.0
margin_left = 10.0
margin_top = 10.0
margin_right = -10.0
margin_bottom = 40.0
text = "Lab name"
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="." to="." method="_on_self_pressed"]