add restart button to game over screen

This commit is contained in:
2026-04-21 20:38:18 +02:00
parent 043aaf774a
commit b7f2005504
5 changed files with 76 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ public slots:
void enterBuilderMode(BuildingType type);
void exitBuilderMode();
void setGameSpeed(double multiplier);
void resetForNewGame();
protected:
void initializeGL() override;