This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
ease
/
godot-demo-projects
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
71eea49eba
Branches
Tags
master
godot-demo-proj...
/
plugins
/
addons
/
main_screen
/
print_hello.gd
print_hello.gd
98 B
Historique
Raw
1
2
3
4
5
@tool
extends Button
func _on_PrintHello_pressed():
print("Hello from the main screen plugin!")