Which one doesn’t work? What happens if you put label.text = "Hello" in _ready()?
still nothing… I guess godot doesn’t like me
Any errors there? Btw type something into label in the editor, just to see that the label is actually visible.
nope, there is no errors and the label is visible
label.text = str(progression)
Put a breakpoint on this line to make sure you are getting to it.
You can see that in the code you posted all of your tabs a misaligned.
When posting code use the </> item on the menu bar to wrap your code so it formats properly.
I fixed it… I removed the canvas layer and it’s appearing now.
You have fixed my code too Thank you
