Skip to content

Commit

Permalink
Angry Text Box FlipX
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeitHeld authored and CharlesCatYT committed Jan 31, 2024
1 parent e95e3cc commit 90755cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/cutscenes/DialogueBoxPsych.hx
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ class DialogueBoxPsych extends FlxSpriteGroup
box.centerOffsets();
box.updateHitbox();
if(box.animation.curAnim.name.startsWith('angry')) {
box.flipX = true;
box.offset.set(50, 65);
} else if(box.animation.curAnim.name.startsWith('center-angry')) {
box.offset.set(50, 30);
Expand Down

0 comments on commit 90755cb

Please sign in to comment.