Package com.csse3200.game.components.upgrades


package com.csse3200.game.components.upgrades
  • Class
    Description
    The DancePartyUpgrade class represents an upgrade that, when activated, triggers a "Dancing" which causes current dockets within the game to pause Their time, within the MainGameOrderTicketDisplay
    Manages the Extortion Upgrade component, allowing players to receive extra gold per customer
    Manages the Loan Upgrade component, allowing players to take a loan to receive additional gold under certain conditions.
    Manages the Rage Upgrade UI component, handling activation, deactivation, visual updates, and related sound effects.
    Manages the Speed Boots Upgrade UI component, handling activation, deactivation, visual updates, and related sound effects.
    An Upgrade that activate the specific upgrade name when it is called and deactivate after reaches time limit
    A UI component for displaying and interacting with the upgrades menu in the game.