This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ease
/
godot-demo-projects
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
71eea49eba
Rami (Branch)
Tag
master
godot-demo-proj...
/
plugins
/
addons
/
main_screen
/
print_hello.gd
print_hello.gd
98 B
Cronologia
Originale
1
2
3
4
5
@tool
extends Button
func _on_PrintHello_pressed():
print("Hello from the main screen plugin!")