hey, is it possible to erase the canvas somehow? i have different states which show different symbols upon the head of my protagonist. but if i just change em, they get added and not cleared.
i tried to make a workaround and always create a new canvas (on the same var) when a new symbol was cast. but it seems as the update() function got called after the render().