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