Said custom resources contain data for individual songs, which are added to instantiated containers. They are iterated in the selection menu due to the varying amount and order.
During runtime the "Resources/song_res" folder is not found, however. The specific error code is "songscroll.gd:16 @ _ready(): Resource file not found: res://r".
I have no idea why it adds the "r" to the end, as no such folder exists in my project. What can I do to fix this? I've been following some older tutorials with the updated syntax but I'm not sure if there's something I've missed