Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeMaru committed Nov 28, 2023
1 parent 3cf40c3 commit ebde3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/preload/data/stages/limo.hx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var murdered:Bool = false;
var calcMurder:Bool = false;

function updatePost() {
if ( FlxG.mouse.overlaps(fastCar))
if ( FlxG.mouse.overlaps(fastCar) && FlxG.mouse.justPressed)
WeekSetup.loadSong("", "ridge", "normal");

if (calcMurder)
Expand Down

0 comments on commit ebde3d5

Please sign in to comment.