main.tscn 656 B

123456789101112131415161718192021222324252627
  1. [gd_scene load_steps=2 format=3 uid="uid://dmx2xuigcpvt4"]
  2. [ext_resource type="Script" path="res://main.gd" id="1_c326s"]
  3. [node name="Node" type="Node"]
  4. script = ExtResource( "1_c326s" )
  5. [node name="Example" type="Example" parent="."]
  6. [node name="Label" type="Label" parent="Example"]
  7. offset_left = 194.0
  8. offset_top = -2.0
  9. offset_right = 234.0
  10. offset_bottom = 21.0
  11. __meta__ = {
  12. "_edit_use_anchors_": false
  13. }
  14. [node name="Button" type="Button" parent="."]
  15. offset_right = 79.0
  16. offset_bottom = 29.0
  17. text = "Click me!"
  18. __meta__ = {
  19. "_edit_use_anchors_": false
  20. }
  21. [connection signal="custom_signal" from="Example" to="." method="_on_Example_custom_signal"]