This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
ease
/
godot-demo-projects
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
71eea49eba
Ramas
Etiquetas
master
godot-demo-proj...
/
plugins
/
addons
/
main_screen
/
print_hello.gd
print_hello.gd
98 B
Histórico
Raw
1
2
3
4
5
@tool
extends Button
func _on_PrintHello_pressed():
print("Hello from the main screen plugin!")