print_hello.gd 107 B

1234567
  1. @tool
  2. extends Button
  3. func _on_PrintHello_pressed() -> void:
  4. print("Hello from the main screen plugin!")