miepzerino
2023-12-23 620932056c4501706e7afdf93b0185a9ea70e4a0
Assets/Scripts/HealthDisplay.cs
@@ -10,8 +10,6 @@
    private GameObject _playerGO;
    private Damageable playerDamage;
    public TextMeshProUGUI healthText;
    //public Image healthImage;
    //private Rect originalRect;
    public Slider healthSlider;
    public GameObject PlayerGO