mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-04-27 21:55:03 +02: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!")
|