Skip to content

Commit

Permalink
Move employees back to start at end of day
Browse files Browse the repository at this point in the history
  • Loading branch information
Golen87 committed Aug 20, 2024
1 parent b74b01f commit bfd9754
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scenes/GameScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,13 @@ export class GameScene extends BaseScene {
this.sortDepth();
}

// Highlight button for tutorial
if (this.shopTutorialIndex == 0) {
this.invButton.setScale(0.5 + 0.08 * Math.sin(time / 100));
} else {
this.invButton.setScale(0.5);
}

this.updateMusicState();
}

Expand Down

0 comments on commit bfd9754

Please sign in to comment.