I'm very new to construct, and am confused on how to pin the UI to the viewport, it's a weird question, and probably isn't worded properly, but How would I make the UI look like this?
Develop games in your browser. Powerful, performant & highly capable.
put your UI objects in a new layer called "UI" to stay organized. with the "UI" layer selected, on the right you will find where it says "parallax". it defaults t0 100% x 100%. on your "UI layer only" you want to set it to 0% x 0%
Thank you so much!
the easiest way is to put UI elements on their own layer, and give that layer 0,0 parallax setting in the layer's properties on the left side panel. that way the layer will not move as the main layer scrolls around your layout.
i cant edit my posts yet. but the parallax setting will be on the LEFT not right