Initially, menu buttons were just a sprite. However, we want the menu buttons to be coupled with a Label, which would require them both to be put in a container. The original MenuButton.cs has been refactored into MenuButtonSprite, however, issues regarding the positioning of the new MenuButton.cs containers have to be looked at.
Initially, menu buttons were just a sprite. However, we want the menu buttons to be coupled with a Label, which would require them both to be put in a container. The original
MenuButton.cs
has been refactored intoMenuButtonSprite
, however, issues regarding the positioning of the newMenuButton.cs
containers have to be looked at.