godot-demo-projects/plugins/addons/main_screen/print_hello.gd

6 lines
97 B
GDScript

tool
extends Button
func _on_PrintHello_pressed():
print("Hello from the main screen plugin!")