What am I doing wrong?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Benqud

Image is here

Thanks for the help!

:bust_in_silhouette: Reply From: timothybrentwood

var blood_particles = preload("res://Blood_particles.gd")

should be:
var blood_particles = preload("res://Scene/Blood_particles.tscn")

I already realized before you answered but still thanks for the help.

Benqud | 2021-11-17 10:32