print_hello.gd 98 B

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