Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
danilw
/
godot-utils-and-other
mirror da
https://github.com/danilw/godot-utils-and-other
Segui
1
Vota
0
Forka
1
File
Problemi
0
Wiki
Albero (Tree):
03bbe51123
Rami (Branch)
Tag
gh-pages
master
godot-utils-...
/
a_rel_bw_game
/
scripts
/
Area_collision.gd
Area_collision.gd
87 B
Cronologia
Originale
1
2
3
4
5
6
7
8
extends Area
func _ready():
pass
func _on_Area_body_entered(body):
body.hit()
pass