This website works better with JavaScript
Почетна
Преглед
Помоћ
Регистрација
Пријавите се
ease
/
godot-demo-projects
Прати
1
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Захтеви за спајање
0
Вики
Дрво:
71eea49eba
Гране
Ознаке
master
godot-demo-proj...
/
plugins
/
addons
/
main_screen
/
print_hello.gd
print_hello.gd
98 B
Историја
Датотека
1
2
3
4
5
@tool
extends Button
func _on_PrintHello_pressed():
print("Hello from the main screen plugin!")