Skip to content

Commit

Permalink
update source/PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysLastPlay committed Nov 10, 2023
1 parent 12e36ff commit b4a60c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1629,8 +1629,7 @@ class PlayState extends MusicBeatState
dad.y -= 50;
case 'needle':
add(needleFg);
dad2.alpha = 0.1;

dad2.alpha = 0;
dad.x -= 120;
dad.y += 265;
boyfriend.x += 275;
Expand Down

0 comments on commit b4a60c3

Please sign in to comment.