main.tscn 647 B

1234567891011121314151617181920212223242526272829
  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. script = null
  7. __meta__ = {
  8. "_edit_use_anchors_": false
  9. }
  10. [node name="Label" type="Label" parent="Example"]
  11. offset_left = 194.0
  12. offset_top = -2.0
  13. offset_right = 234.0
  14. offset_bottom = 21.0
  15. structured_text_bidi_override_options = []
  16. script = null
  17. [node name="Button" type="Button" parent="."]
  18. offset_right = 79.0
  19. offset_bottom = 29.0
  20. text = "Click me!"
  21. script = null
  22. __meta__ = {
  23. "_edit_use_anchors_": false
  24. }