Skip to content
Snippets Groups Projects
Commit 01f36763 authored by Saul Sayers's avatar Saul Sayers
Browse files

fix: UI healthbar aneh

parent 919fddfc
Branches
Tags
No related merge requests found
......@@ -30,6 +30,10 @@ public class PlayerHealth : MonoBehaviour
currentHealth = startingHealth;
}
void Start(){
healthSlider.value = currentHealth;
}
void Update()
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment