Cleanup
This commit is contained in:
@ -9,7 +9,7 @@ func _init():
|
||||
func _ready():
|
||||
enemy = owner
|
||||
|
||||
func _process(_delta):
|
||||
func _process(_delta: float):
|
||||
if !Global.player:
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user