harshavb / piously-old-ver

Welcome to Piously! This is a hexagonal 1v1 board game.
2 stars 0 forks source link

Make a container for the menu buttons #30

Closed harshavb closed 3 years ago

harshavb commented 3 years ago

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.

harshavb commented 3 years ago

Implemented via various commits