Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
danilw
/
godot-utils-and-other
同期ミラー
https://github.com/danilw/godot-utils-and-other
Watch
1
Star
0
Fork
1
ファイル
課題
0
Wiki
ツリー:
03bbe51123
ブランチ
タグ
gh-pages
master
godot-utils-...
/
a_rel_bw_game
/
scripts
/
Area_collision.gd
Area_collision.gd
87 B
履歴
Raw
1
2
3
4
5
6
7
8
extends Area
func _ready():
pass
func _on_Area_body_entered(body):
body.hit()
pass