This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
ease
/
godot-demo-projects
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
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!")