miepzerino
2023-12-17 fb7b0a7977c7b861e0e4d97a65fb4a9c1717a0be
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