More loading screen messages, include map.json files

This commit is contained in:
GriffinR
2025-05-01 13:42:13 -04:00
parent 6d6b006620
commit 3876b63836
7 changed files with 77 additions and 29 deletions

View File

@@ -18,8 +18,10 @@ public:
explicit PorymapLoadingScreen(QWidget *parent = nullptr);
~PorymapLoadingScreen();
void setPixmap(QPixmap pixmap);
void showMessage(QString text);
void setPixmap(const QPixmap &pixmap);
void showMessage(const QString &text);
void showMessage(const QString &prefix, const QString &text);
void showLoadingMessage(const QString &text);
void start();
void stop ();