Package com.csse3200.game.services
Class UpgradeShip
java.lang.Object
com.csse3200.game.services.UpgradeShip
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Moving around to choose the bottle Currently only have one bottle to increase speed of the ships Using PowerUp component and interactable comp class By Foref (gonna delete this later)void
A button that can exit the shop Have two destination: current minigame or main menu By Vy (gonna delete this later)void
setShop()
This method responsible for setting the Shop place (new Map) By Vy (gonna delete this later)void
Upgrade()
This method responsible for upgrade ship based on the parameter By Foref (gonna delete this later)
-
Constructor Details
-
UpgradeShip
public UpgradeShip()Constructor initialize any necessary variable here
-
-
Method Details
-
setShop
public void setShop()This method responsible for setting the Shop place (new Map) By Vy (gonna delete this later) -
ChoosingUpgradeComponent
public void ChoosingUpgradeComponent()Moving around to choose the bottle Currently only have one bottle to increase speed of the ships Using PowerUp component and interactable comp class By Foref (gonna delete this later) -
Upgrade
public void Upgrade()This method responsible for upgrade ship based on the parameter By Foref (gonna delete this later) -
ExitButton
public void ExitButton()A button that can exit the shop Have two destination: current minigame or main menu By Vy (gonna delete this later)
-