Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
danilw
/
godot-utils-and-other
mirror de
https://github.com/danilw/godot-utils-and-other
Observar
1
Favorito
0
Fork
1
Arquivos
Issues
0
Wiki
Tree:
03bbe51123
Branches
Tags
gh-pages
master
godot-utils-...
/
a_rel_bw_game
/
scripts
/
Area_collision.gd
Area_collision.gd
87 B
Histórico
Raw
1
2
3
4
5
6
7
8
extends Area
func _ready():
pass
func _on_Area_body_entered(body):
body.hit()
pass