Skip to content

Commit

Permalink
chore: remove hash bc useless
Browse files Browse the repository at this point in the history
  • Loading branch information
erics118 committed May 16, 2024
1 parent e670016 commit 42f362a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/src/scenes/SceneSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ export class SceneSelector extends Phaser.Scene {
}

create() {
// automatically navigate to hash scene if provided
if (window.location.hash) {
this.runScene(window.location.hash.substring(1));
return;
}

const textStyle: Phaser.Types.GameObjects.Text.TextStyle = {
color: "#ff0000",
fontSize: "32px",
Expand Down

0 comments on commit 42f362a

Please sign in to comment.