what the fuck is the point of @onready? You can access the nodes of an instantiated scene before the scene is "ready," so what is the point of waiting until the scene is ready to assign variables and potentially risk null reference errors if you try to fucking use any of the scene's functions?