meilleurs coms ig
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
Menu::Menu() {
|
||||
this->piecesList = std::make_shared<PiecesList>(PiecesList());
|
||||
|
||||
// default board size
|
||||
this->boardHeight = 20;
|
||||
this->boardWidth = 10;
|
||||
this->boardWidth = DEFAULT_BOARD_WIDTH;
|
||||
this->boardHeight = DEFAULT_BOARD_HEIGHT;
|
||||
}
|
||||
|
||||
Game Menu::startGame(Gamemode gamemode) const {
|
||||
|
||||
Reference in New Issue
Block a user