Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
danilw
/
godot-utils-and-other
mirror of
https://github.com/danilw/godot-utils-and-other
Watch
1
Star
0
Fork
1
Files
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
History
Raw
1
2
3
4
5
6
7
8
extends Area
func _ready():
pass
func _on_Area_body_entered(body):
body.hit()
pass