Skip to main content
added markdown to code in text
Source Link
Pikalek
  • 13.4k
  • 5
  • 49
  • 54

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.

Source Link

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.