minor bug fixes, settings menu fixed, tutorial fixes
This commit is contained in:
@ -28,8 +28,7 @@ public class SkinlessMonsterAnimator : MonoBehaviour
|
||||
private float fastDeathduration = 1f;
|
||||
[SerializeField]
|
||||
private float deathDuration = 5f;
|
||||
[SerializeField]
|
||||
private string deathAnimationName = "PainScream";
|
||||
|
||||
|
||||
|
||||
// Start is called before the first frame update
|
||||
@ -123,7 +122,7 @@ public class SkinlessMonsterAnimator : MonoBehaviour
|
||||
{
|
||||
//animator.speed = 0;
|
||||
InLight();
|
||||
//animator.Play(this.deathAnimationName);
|
||||
|
||||
|
||||
isAlive = false;
|
||||
foreach(GameObject obj in this.objectsThatFallOnDeath)
|
||||
|
@ -44,7 +44,7 @@ public class SkinlessMonsterComponent : MonoBehaviour
|
||||
private float timeSinceTarget = 0f;
|
||||
|
||||
private InGameManager manager;
|
||||
private bool prePauseStoppedState = false;
|
||||
//private bool prePauseStoppedState = false;
|
||||
|
||||
[SerializeField]
|
||||
private BoxCollider leftHandDamage;
|
||||
|
Reference in New Issue
Block a user