var size = self.get_node(Sprite)
Parse Error: At "get_node()" call, argument 1. The passed argument's type (GDScriptNativeClass) doesn't match the function's expected argument type (NodePath).
When I use the name of the node instead of self
The identifier "name" isn't declared in the current scope.