miepzerino
2023-12-18 cb24700e024e624fefbc1593647eab74222a5c58
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