Scene isnt loading correct resource?

Godot Version

4.3

Question

I really dont know why this is happening, i remember it working just fine?
I have a resource in my generic card scene that stores the sprite and stats of each card, and when a card enters a tree it’s supposed to grab its assets from the resource, like this (selected resource is pufferfish.tres)


but in game it’s loading the bombardier beetle resource?

and this is what it looks like in the editor, before the card fetches the resource’s assets:

the scene wasnt able to reach the resource when i used @export. If anyone is struggling with the same, try referencing the resource directly, like this

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.