Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
danilw
/
godot-utils-and-other
의 미러
https://github.com/danilw/godot-utils-and-other
Watch
1
Star
0
포크
1
파일
이슈
0
위키
트리:
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