I am relatively seasoned with Constructs features, but have not figured out how to add a 2d HUD over a first person game. Ex: Health Bar, Inventory. Any help given will be greatly appreciated.
Create a layer above the 3d rendering layers, and make sure it's set to 2D.
Set the parallax and scaling rates to 0%
Place your 2D content on that layer.
If necessary, make the HUD layer global to be reusable in different layouts.
Develop games in your browser. Powerful, performant & highly capable.
See also the example combining 2D & 3D layers.
Ashley by the way Ashley, how get you rid of this white blank. Always annoying me on some of my project, don't understand why is it there. when I create layer, above layers zero based, this white background always get above.
like here :
how do I take this white background off?
It's not clear to me what you're asking or what you've done in that picture. But maybe you put an opaque layer on top of another layer? In that case it is rendering correctly, but you might want to make that layer transparent and make the bottom layer opaque instead.