Merge pull request #2402 from ERIIX/master
Properly free enemies after death in 3d platformer demo.
This commit is contained in:
commit
b411f8f732
2 changed files with 2 additions and 1 deletions
|
@ -91,4 +91,5 @@ func _ready():
|
||||||
# Initalization here
|
# Initalization here
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
func _die():
|
||||||
|
queue_free()
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue