Skip to content

Commit

Permalink
hide cursor after interact screen
Browse files Browse the repository at this point in the history
Co-Authored-By: HoosierTransfer <[email protected]>
  • Loading branch information
konekowo and HoosierTransfer committed Jul 22, 2024
1 parent e358fb1 commit 72e4789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Screens/InteractScreen/InteractScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class InteractScreen extends Screen {
this.clickArea.eventMode = "none";
Main.AudioEngine.PlayEffect(this.clickSound);
Main.switchScreen(new IntroScreen(this.introTrack));
document.body.style.cursor = "none";
Main.pointerLock();
}

Expand Down

0 comments on commit 72e4789

Please sign in to comment.