Files
godot-demo-projects/plugins/addons/main_screen/print_hello.gd
2020-03-25 23:29:55 -04:00

6 lines
97 B
GDScript

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