At 19:45 of this video https://www.youtube.com/watch?v=kBzV7vgdQfU&t=1185s I was trying to drag the hearts to the Array on the Game Manager Node, but they wouldn’t show up, how to I get them to?
Have you specified the array to take those “Hearts”?
@export var hearts: Array[TextureRect]
You can also just click on the Assign-button and select them
I just tried that, still didn’t work.
I finally figured out the problem, turns out I had to update the engine.
1 Like