SelectButton.tscn 415 B

12345678910111213141516
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://menu/button/select/SelectButton.gd" type="Script" id=1]
  3. [node name="SelectButton" type="Button"]
  4. anchor_right = 1.0
  5. margin_left = 10.0
  6. margin_top = 10.0
  7. margin_right = -10.0
  8. margin_bottom = 40.0
  9. text = "Lab name"
  10. script = ExtResource( 1 )
  11. __meta__ = {
  12. "_edit_use_anchors_": false
  13. }
  14. [connection signal="pressed" from="." to="." method="_on_self_pressed"]