I am currently trying to create a text that can be updated whenever I hit a button. After going through the documentation, I saw the arcade.draw_text
function is returning a text_sprite
object, but it seems unable to change the text of that object.
Am I doing it completely the wrong way? Or there is a trick I did not get into yet?