mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:57:39 +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:
@ -38,7 +38,7 @@ namespace HeavenStudio.Games.Scripts_TapTroupe
|
||||
|
||||
public void ResetFace()
|
||||
{
|
||||
if (expressionAnim.IsPlayingAnimationName("Okay")) return;
|
||||
if (expressionAnim.IsPlayingAnimationNames("Okay")) return;
|
||||
expressionAnim.Play("NoExpression", 0, 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user