miepzerino
2025-03-29 ad79d9ca49274cc660fc2030a071b24314f0f210
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