Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
idk felt like
  • Loading branch information
NexIsDumb authored Oct 14, 2024
1 parent 8c539b5 commit 0db0022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/data/dialogue/characters/senpai.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function postHide() {
if(curTween != null) {
if(animation.curAnim?.name == 'angry-show') curTween.cancel();
if(getAnimName() == 'angry-show') curTween.cancel();
else curTween.percent = 1;
}
}
}

1 comment on commit 0db0022

@NexIsDumb
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most important change ever

Please sign in to comment.