I need help making a simple UI box

4.3

im this is simpler than im making it, but I need helping making a ui component that looks like this. the square on the left contains a portrait. the 3 boxes on the right are labels for text that updates. i just cant get the hang on how UI works in godot and I need someone to just lay it out for me

Try something like this:


TextureRect can display an image, which would be perfect for a portrait.

1 Like