mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +01:00
6 lines
97 B
GDScript
6 lines
97 B
GDScript
tool
|
|
extends Button
|
|
|
|
func _on_PrintHello_pressed():
|
|
print("Hello from the main screen plugin!")
|