This pull request fixes the animation and z-index update issue in the GreenSlime::Update() function. The animation was not updating properly and the z-index was not being set correctly. The issue has been resolved by adding a call to m_Animation->UpdateAnimation(true) to update the animation and setting the z-index using the SetZIndex() function.
This pull request fixes the animation and z-index update issue in the GreenSlime::Update() function. The animation was not updating properly and the z-index was not being set correctly. The issue has been resolved by adding a call to m_Animation->UpdateAnimation(true) to update the animation and setting the z-index using the SetZIndex() function.