Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
danilw
/
godot-utils-and-other
réplica de
https://github.com/danilw/godot-utils-and-other
Seguir
1
Destacar
0
Fork
1
Ficheiros
Incidencias
0
Wiki
Árbore:
03bbe51123
Ramas
Etiquetas
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