Merge pull request #2402 from ERIIX/master
Properly free enemies after death in 3d platformer demo.
This commit is contained in:
commit
b411f8f732
@ -91,4 +91,5 @@ func _ready():
|
||||
# Initalization here
|
||||
pass
|
||||
|
||||
|
||||
func _die():
|
||||
queue_free()
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user