This commit is contained in:
2024-02-27 23:21:44 +01:00
parent ba37eca0c9
commit bfec08ff02
38 changed files with 89 additions and 92 deletions

View File

@ -20,7 +20,7 @@ func _ready():
attractor = %Attractor
sound = %Sound
func _process(delta):
func _process(delta: float):
if !collected_by:
return