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!")