Merge pull request #2402 from ERIIX/master

Properly free enemies after death in 3d platformer demo.
This commit is contained in:
Juan Linietsky 2015-10-17 10:43:17 -03:00
commit b411f8f732
2 changed files with 2 additions and 1 deletions

View file

@ -91,4 +91,5 @@ func _ready():
# Initalization here
pass
func _die():
queue_free()

Binary file not shown.