Hello, I was wondering how i can make it so coins you collect will remain on screen as a counter. I already have a variable for it set up. This isn't a platformer game, but a semi open world game where the player moves around. So I need the coincounter to be in a spot on the screen the whole time. Anybody has an idea how?
Add a text object and set text to coins variable. You can add that to a typical UI layer, one that is potentially global and exists between layouts/levels.
I think you are looking for a HUD.
Create a layer - in the properties set that layers parallax to 0x0
Now any images you have on this layer will ignore screen movement
Develop games in your browser. Powerful, performant & highly capable.
Thank you, This worked!