main.tscn 563 B

123456789101112131415161718192021222324
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://main.gd" type="Script" id=1]
  3. [node name="main" type="Control"]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. script = ExtResource( 1 )
  7. [node name="Button" type="Button" parent="."]
  8. margin_left = 384.0
  9. margin_top = 233.0
  10. margin_right = 630.0
  11. margin_bottom = 289.0
  12. text = "Hello"
  13. [node name="Label" type="Label" parent="."]
  14. margin_left = 392.0
  15. margin_top = 311.0
  16. margin_right = 629.0
  17. margin_bottom = 368.0
  18. size_flags_vertical = 0
  19. [connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]