Godot Version
4.4.1
Question
I’m new to Godot and I’m making a boss for a game I followed a tutorial on (made by Brackeys) and I want to add a health bar for the boss that stays on top of the players screen. Would really appreciate your help
4.4.1
I’m new to Godot and I’m making a boss for a game I followed a tutorial on (made by Brackeys) and I want to add a health bar for the boss that stays on top of the players screen. Would really appreciate your help
I would recommend using a CanvasLayer as a parent of the UI (such as a health bar) you want to stay on-screen.
thank you so much