main_panel.tscn 633 B

1234567891011121314151617181920212223
  1. [gd_scene load_steps=2 format=3 uid="uid://b8623u0gk1acu"]
  2. [ext_resource type="Script" path="res://addons/main_screen/print_hello.gd" id="1"]
  3. [node name="MainPanel" type="CenterContainer"]
  4. anchors_preset = 15
  5. anchor_right = 1.0
  6. anchor_bottom = 1.0
  7. grow_horizontal = 2
  8. grow_vertical = 2
  9. size_flags_vertical = 3
  10. [node name="PrintHello" type="Button" parent="."]
  11. layout_mode = 2
  12. offset_left = 460.0
  13. offset_top = 297.0
  14. offset_right = 691.0
  15. offset_bottom = 351.0
  16. text = "Print Hello
  17. (check Output bottom panel)"
  18. script = ExtResource("1")
  19. [connection signal="pressed" from="PrintHello" to="PrintHello" method="_on_PrintHello_pressed"]