mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:57:37 +02:00
yeah that's about it (#591)
works perfectly, looks better, easier to type, and more efficient. what's there to hate
This commit is contained in:
@ -58,7 +58,7 @@ namespace HeavenStudio.Games.Scripts_GleeClub
|
||||
|
||||
public void MissPose()
|
||||
{
|
||||
if (!singing && anim.GetCurrentAnimatorStateInfo(0).IsName("Idle") && !anim.IsPlayingAnimationName("MissIdle")) anim.Play("MissIdle", 0, 0);
|
||||
if (!singing && anim.GetCurrentAnimatorStateInfo(0).IsName("Idle") && !anim.IsPlayingAnimationNames("MissIdle")) anim.Play("MissIdle", 0, 0);
|
||||
}
|
||||
|
||||
public void StartCrouch()
|
||||
|
Reference in New Issue
Block a user