Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
I'm new to GDscript myself, but I suspect that it should be "self.text =..."self.text = ..., otherwise you just create a local variable that is not used.
I'm new to GDscript myself, but I suspect that it should be "self.text =...", otherwise you just create a local variable that is not used.
I'm new to GDscript myself, but I suspect that it should be self.text = ..., otherwise you just create a local variable that is not used.