Add a 2D sprite over a 3D sprite
-
Hi,
I was wondering how I can place a 2D sprite image overlayed on top of the 3D world, so it always stays in the top corner of the viewport. I’ve tried the block “go to front layer”, but that doesn’t show it.
-
Hi, to show 2D images on top of the 3D scene, you can first add a “label” widget at the top corner, then attach the costume as an image to that label:
You will get something like this: -
Thanks a lot!