Hello I’ve been recently trying to make an add on to try and help me make HUDS more smoothly. However, I want to decide the layer order for the elements of the hud. For example, I have a background FontImage and then I want to write some text on top of that font image. I’ve set up a function to convert strings to a list of FontImages that can go character by character to create text. However I cannot figure out how to control the priority for different images because I can get the text to display next to the background image. I have also managed to get it to display behind the image, but I can’t seem to manage to get it on top of the image.
If anyone knows anything about this all advice is welcome. Thanks!