added startup menu

This commit is contained in:
2025-03-31 18:59:42 +02:00
parent 1a95765877
commit 5ea47ddd25
12 changed files with 196 additions and 95 deletions

View File

@@ -120,8 +120,6 @@ void GamePlayingAppMenu::drawFrame() const {
}
}
// end coutdown
if (drawActivePiece) {
// ghost piece
sf::Color ghostColor = this->getColorOfBlock(this->game.getActivePiece()->getBlockType(), 100);