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
履歴
Raw
1
2
3
4
5
@tool
extends Button
func _on_PrintHello_pressed():
print("Hello from the main screen plugin!")