Please enable JavaScript in your browser!
首頁
探索
說明
登入
danilw
/
godot-utils-and-other
镜像来自
https://github.com/danilw/godot-utils-and-other
關註
1
讚好
0
複刻
1
檔案
問題管理
0
Wiki
目錄樹:
03bbe51123
分支列表
標籤列表
gh-pages
master
godot-utils-...
/
a_rel_bw_game
/
scripts
/
Area_collision.gd
Area_collision.gd
87 B
文件歷史
原始文件
1
2
3
4
5
6
7
8
extends Area
func _ready():
pass
func _on_Area_body_entered(body):
body.hit()
pass