![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Cakee |
I would like it so then when I press a button, its text will change.
I have tried doing
func _on_Button_pressed():
$Button.text = "hello"
and also $Button.text = str("hello")
but neither work