miepzerino
2023-12-15 24253ea93a51232da89a429aa4964578446bca44
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