Cleanup
This commit is contained in:
@ -20,7 +20,7 @@ func _ready():
|
||||
attractor = %Attractor
|
||||
sound = %Sound
|
||||
|
||||
func _process(delta):
|
||||
func _process(delta: float):
|
||||
if !collected_by:
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user